summaryrefslogtreecommitdiff
path: root/types.h
blob: e4adf644aec661d66d643eab65d5dd4f55dd603f (plain)
1
2
3
4
typedef unsigned int   uint;
typedef unsigned short ushort;
typedef unsigned char  uchar;
typedef uint pde_t;