Ignore:
Timestamp:
Oct 4, 2007, 8:46:12 PM (18 years ago)
Author:
bird
Message:

hacking darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kCpu.h

    r3585 r3598  
    5353#endif
    5454
    55 KCPU_DECL(void)     kCpuGetArchAndCpu(PKCPUARCH penmArch, PKCPU penmCpu);
    56 KCPU_DECL(KBOOL)    kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu);
     55KCPU_DECL(void) kCpuGetArchAndCpu(PKCPUARCH penmArch, PKCPU penmCpu);
     56KCPU_DECL(int)  kCpuCompare(KCPUARCH enmCodeArch, KCPU enmCodeCpu, KCPUARCH enmArch, KCPU enmCpu);
    5757
    5858#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.