Changeset 3598 for trunk/kStuff/include/k/kCpu.h
- Timestamp:
- Oct 4, 2007, 8:46:12 PM (18 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.