9 typedef struct cpucaps_s
{
19 unsigned cl_size
; /* size of cache line */
24 extern CpuCaps gCpuCaps
;
26 void GetCpuCaps(CpuCaps
*caps
);
28 /* returned value is malloc()'ed so free() it after use */
29 char *GetCpuFriendlyName(unsigned int regs
[], unsigned int regs2
[]);
31 #endif /* !CPUDETECT_H */