blob: 01989d6ccd864a572dcca9a50218eb2d90c2d666 (
plain)
1
2
3
4
5
6
|
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;
|