diff options
Diffstat (limited to 'includes/devices.h')
-rw-r--r-- | includes/devices.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/includes/devices.h b/includes/devices.h index 09c1c36f..00787331 100644 --- a/includes/devices.h +++ b/includes/devices.h @@ -38,10 +38,13 @@ typedef struct _Processor Processor; /* Processor */ GSList *processor_scan(void); void get_processor_strfamily(Processor * processor); -void cpu_flags_init(void); -gchar *processor_get_capabilities_from_flags(gchar * strflags); gchar *processor_get_detailed_info(Processor * processor); gchar *processor_get_info(GSList * processors); +gchar *processor_name(GSList * processors); +gchar *processor_name_default(GSList * processors); +gchar *processor_describe(GSList * processors); +gchar *processor_describe_default(GSList * processors); +gchar *processor_describe_by_counting_names(GSList * processors); /* Memory */ void init_memory_labels(void); @@ -92,4 +95,6 @@ extern gchar *dmi_info; extern gchar *spd_info; #endif +extern gchar *dtree_info; + #endif /* __DEVICES_H__ */ |