10 #define _MODULE_NAME_ "NativeKernel"
12 #define BITS (sizeof(intptr_t)*8)
14 typedef uint8_t Uint8;
15 typedef uint16_t Uint16;
16 typedef uint32_t Uint32;
17 typedef uint64_t Uint64;
20 typedef int16_t Sint16;
21 typedef int32_t Sint32;
22 typedef int64_t Sint64;
24 typedef intptr_t Uint;
26 typedef intptr_t tVAddr;
27 typedef intptr_t tPAddr;
31 //typedef uint32_t tTID;
32 //typedef uint32_t tPID;
33 //typedef uint32_t tUID;
34 //typedef uint32_t tGID;
39 pthread_mutex_t Mutex;
42 #define SHORTLOCK(...)
45 //#define NUM_CFG_ENTRIES 10