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