diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 21:45:10 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (patch) | |
tree | 2bd1804efb2da9d186cf4c2df79386290ea068af /includes | |
parent | 86525d099c58e7e2d329107361398288c7c01296 (diff) |
alpha: add frequency, add test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/alpha/processor-platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/alpha/processor-platform.h b/includes/alpha/processor-platform.h index 2ff3a728..778a1a88 100644 --- a/includes/alpha/processor-platform.h +++ b/includes/alpha/processor-platform.h @@ -23,6 +23,7 @@ struct _Processor { gchar *model_name; gfloat bogomips, cpu_mhz; gchar *strmodel; + gchar *cycle_frequency_hz_str; }; #endif /* __PROCESSOR_PLATFORM_H__ */ |