diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-21 15:00:22 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-21 15:00:22 -0500 |
commit | e5b8d2c840f1ec65ced213c69fc1260b2343f094 (patch) | |
tree | ee3d07c0ec3c4fd7efc50f1bc7ae21e376ecb023 /modules/devices/arm/arm_data.h | |
parent | 57599512e1a26db103ad0cd4f6c42ad16605b8db (diff) | |
parent | 69a2124e9a081518297951256eb5c8d72d93361f (diff) |
Merge tag 'upstream/0.5.1+git20170620'
Upstream version 0.5.1+git20170620
Diffstat (limited to 'modules/devices/arm/arm_data.h')
-rw-r--r-- | modules/devices/arm/arm_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices/arm/arm_data.h b/modules/devices/arm/arm_data.h index 4d1d4cf9..63b3c906 100644 --- a/modules/devices/arm/arm_data.h +++ b/modules/devices/arm/arm_data.h @@ -24,6 +24,8 @@ /* table lookups */ const char *arm_implementer(const char *code); const char *arm_part(const char *imp_code, const char *part_code); +const char *arm_arch(const char *cpuinfo_arch_str); +const char *arm_arch_more(const char *cpuinfo_arch_str); /* cpu_implementer, cpu_part, cpu_variant, cpu_revision, cpu_architecture from /proc/cpuinfo * model_name is returned as a fallback if not enough data is known */ |