From 69a2124e9a081518297951256eb5c8d72d93361f Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 21 Jun 2017 15:00:21 -0500 Subject: New upstream version 0.5.1+git20170620 --- modules/devices/arm/arm_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/devices/arm/arm_data.h') 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 */ -- cgit v1.2.3