summaryrefslogtreecommitdiff
path: root/includes/sh/processor-platform.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/sh/processor-platform.h
parent69a2124e9a081518297951256eb5c8d72d93361f (diff)
New upstream version 0.5.1+git20170815
Diffstat (limited to 'includes/sh/processor-platform.h')
-rw-r--r--includes/sh/processor-platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/sh/processor-platform.h b/includes/sh/processor-platform.h
index 9bdae18b..26b58ec5 100644
--- a/includes/sh/processor-platform.h
+++ b/includes/sh/processor-platform.h
@@ -23,6 +23,10 @@ struct _Processor {
gchar *model_name;
gchar *vendor_id;
gfloat bogomips, cpu_mhz;
+
+ gfloat bus_mhz, mod_mhz;
+
+ gchar *family;
};
#endif /* __PROCESSOR_PLATFORM_H__ */