blob: f520c975312a0b2c312313d6ab74646a936ee77d (
plain)
1
2
3
4
5
6
7
|
typedef unsigned long long uint64_t;
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;
typedef unsigned int uint;
|