summaryrefslogtreecommitdiff
path: root/types.h
blob: 938154bed10541dee7c2a4361f564844701bee23 (plain)
1
2
3
4
5
6
7
8
9
typedef unsigned int       uint;

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;