aboutsummaryrefslogtreecommitdiff
path: root/includes/devices.h
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-08-16 04:32:39 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-08-16 04:32:39 -0500
commit9a9db98089717990cd5e0eef529f6bb0819ebe46 (patch)
treea9afaabce984d5fe552fa8bf1a9405db9bdd2699 /includes/devices.h
parent69a2124e9a081518297951256eb5c8d72d93361f (diff)
New upstream version 0.5.1+git20170815
Diffstat (limited to 'includes/devices.h')
-rw-r--r--includes/devices.h9
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__ */