diff cpudetect.h @ 31826:f3aed7bffcbb

Reuse do_cpuid from cpudetect.c in loader/win32.c. Also avoids several "used uninitialized" warnings.
author reimar
date Mon, 02 Aug 2010 17:39:20 +0000
parents dd7f15a3fb1b
children 064be070d8c8
line wrap: on
line diff
--- a/cpudetect.h	Mon Aug 02 17:36:16 2010 +0000
+++ b/cpudetect.h	Mon Aug 02 17:39:20 2010 +0000
@@ -49,6 +49,8 @@
 
 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 */