Changeset 3598 for trunk/kStuff/include
- Timestamp:
- Oct 4, 2007, 8:46:12 PM (18 years ago)
- Location:
- trunk/kStuff/include/k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kCpu.h
r3585 r3598 53 53 #endif 54 54 55 KCPU_DECL(void) 56 KCPU_DECL( KBOOL)kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu);55 KCPU_DECL(void) kCpuGetArchAndCpu(PKCPUARCH penmArch, PKCPU penmCpu); 56 KCPU_DECL(int) kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu); 57 57 58 58 #ifdef __cplusplus -
trunk/kStuff/include/k/kDefs.h
r3585 r3598 75 75 # elif defined(__FreeBSD__) /*??*/ 76 76 # define K_OS K_OS_FREEBSD 77 # elif defined(__gnu_linux__) 78 # define K_OS K_OS_LINUX 77 79 # elif defined(__NetBSD__) /*??*/ 78 80 # define K_OS K_OS_NETBSD
Note:
See TracChangeset
for help on using the changeset viewer.