1 typedef unsigned int uint; 2 typedef unsigned short ushort; 3 typedef unsigned char uchar; 4 5 typedef unsigned char uint8; 6 typedef unsigned short uint16; 7 typedef unsigned int uint32; 8 typedef unsigned long uint64; 9 10 typedef uint64 pde_t;