37 typedef struct cpucaps_s
{
48 unsigned cl_size
; /* size of cache line */
53 extern CpuCaps gCpuCaps
;
55 void GetCpuCaps(CpuCaps
*caps
);
57 /* returned value is malloc()'ed so free() it after use */
58 char *GetCpuFriendlyName(unsigned int regs
[], unsigned int regs2
[]);
60 #endif /* !CPUDETECT_H */