diff --git a/neo/sys/sys_public.h b/neo/sys/sys_public.h index 150b16f1..f5904687 100644 --- a/neo/sys/sys_public.h +++ b/neo/sys/sys_public.h @@ -41,7 +41,7 @@ typedef enum { CPUID_SSE2 = 0x00080, // Streaming SIMD Extensions 2 CPUID_SSE3 = 0x00100, // Streaming SIMD Extentions 3 aka Prescott's New Instructions CPUID_ALTIVEC = 0x00200, // AltiVec -} cpuid_t; +} id_cpuid_t; typedef enum { AXIS_SIDE,