2006-07-17 03:52:13 +02:00
|
|
|
typedef unsigned int uint;
|
|
|
|
|
2006-06-12 17:22:12 +02:00
|
|
|
typedef unsigned long long uint64_t;
|
2006-07-17 03:52:13 +02:00
|
|
|
typedef unsigned int uint32_t;
|
|
|
|
typedef unsigned short uint16_t;
|
|
|
|
typedef unsigned char uint8_t;
|
|
|
|
|
|
|
|
typedef uint32_t uintptr_t;
|
|
|
|
typedef uint32_t physaddr_t;
|