From 777250eeab6fb1a26aa41d87862b446eba9c0b84 Mon Sep 17 00:00:00 2001 From: fmwviormv Date: Thu, 23 Apr 2015 13:14:30 +0430 Subject: [PATCH] Update sys_public.h --- neo/sys/sys_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,