aboutsummaryrefslogtreecommitdiff
path: root/includes/devices.h
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-08-07 08:26:49 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-08-09 02:09:10 -0700
commited3f06ac01735c3c1434e10d79dacbc5821a9ca4 (patch)
tree290c1dda740554e073065505d995e9240761421c /includes/devices.h
parentd4446aa4c23f1fc8b2b2046930e8604bf802d64b (diff)
Handle mixed cores in get_processor_name(), ex: big.LITTLE or Tegra
In the future, I think a processor will need a name and a description. Name as the straight name of the processor or SOC, and description as what name is now, with 4x and whatnot. x86 description might be "8 cores, 16 threads" or similar. Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/devices.h')
-rw-r--r--includes/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/devices.h b/includes/devices.h
index 602024b0..0699032c 100644
--- a/includes/devices.h
+++ b/includes/devices.h
@@ -40,6 +40,7 @@ GSList *processor_scan(void);
void get_processor_strfamily(Processor * processor);
gchar *processor_get_detailed_info(Processor * processor);
gchar *processor_get_info(GSList * processors);
+gchar *processor_describe(GSList * processors);
/* Memory */
void init_memory_labels(void);