xref: /xv6-public/types.h (revision 55e95b16)
1 typedef unsigned long long uint64_t;
2 typedef unsigned int uint32_t;
3 typedef unsigned short uint16_t;
4 typedef unsigned char uint8_t;
5 typedef uint32_t uintptr_t;
6 typedef uint32_t physaddr_t;
7