diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 22:52:41 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 9cb099818be4edc0cb2d28ca1e93bb27e8b36c18 (patch) | |
tree | 8cd0c13533462f49f2c1dae9027b9f93d8a75b93 /includes/sh/processor-platform.h | |
parent | 17651fbf35c8e6a6d16c5a31ddb7ab0ef03daeec (diff) |
sh (superh): fixes, add tests
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/sh/processor-platform.h')
-rw-r--r-- | includes/sh/processor-platform.h | 4 |
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__ */ |