diff cpudetect.h @ 2301:b4c4c832cce7

Detect and show cpu name.
author atmos4
date Sat, 20 Oct 2001 02:35:31 +0000
parents faf96aeb93ef
children 456e22bfb147
line wrap: on
line diff
--- a/cpudetect.h	Fri Oct 19 17:03:51 2001 +0000
+++ b/cpudetect.h	Sat Oct 20 02:35:31 2001 +0000
@@ -17,6 +17,8 @@
 
 extern CpuCaps gCpuCaps;
 
-void GetCpuCaps( CpuCaps *caps);
+void GetCpuCaps(CpuCaps *caps);
+char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]);
 
 #endif /* ARCH_X86 */
+