diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 22:27:07 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 269b16b3801c0e3fd05eb7d8c9d1551ea8172529 (patch) | |
tree | e372474fafde6e2a92304f9fa091f349f51e0786 /includes/ia64 | |
parent | ac9072baaa41c5bb0879da73bb2603dbb018b3fc (diff) |
ia64: fixes, add test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/ia64')
-rw-r--r-- | includes/ia64/processor-platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/ia64/processor-platform.h b/includes/ia64/processor-platform.h index 1e30c5fc..ad44a1f1 100644 --- a/includes/ia64/processor-platform.h +++ b/includes/ia64/processor-platform.h @@ -24,6 +24,9 @@ struct _Processor { gchar *vendor_id; gfloat bogomips, cpu_mhz; gchar *strmodel; + + gchar *family, *arch; + gint model, revision; }; #endif /* __PROCESSOR_PLATFORM_H__ */ |