Update sys_public.h

This commit is contained in:
fmwviormv 2015-04-23 13:14:30 +04:30
parent 04aefcb1ec
commit 777250eeab

View file

@ -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,