summaryrefslogtreecommitdiff
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
commit82306ca849c0710209e5a39754f446d0335a276d (patch)
tree8d297400e5c36357b9147401631e653e035283d3 /includes/devices.h
parent21a53faf18b01a65a341115000e97d70b37c750c (diff)
parent9a9db98089717990cd5e0eef529f6bb0819ebe46 (diff)
Updated version 0.5.1+git20170815 from 'upstream/0.5.1+git20170815'
with Debian dir 36bf8e7e43d9f6621a63c79a597af2f4f76271b7
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__ */