summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 2d521d801b..318ef11e10 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -17,6 +17,8 @@ typedef struct cpucaps_s {
extern CpuCaps gCpuCaps;
-void GetCpuCaps( CpuCaps *caps);
+void GetCpuCaps(CpuCaps *caps);
+char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]);
#endif /* ARCH_X86 */
+