summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 38a7b79d11..5ff6c5a78b 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -49,6 +49,8 @@ typedef struct cpucaps_s {
extern CpuCaps gCpuCaps;
+void do_cpuid(unsigned int ax, unsigned int *p);
+
void GetCpuCaps(CpuCaps *caps);
/* returned value is malloc()'ed so free() it after use */