CSC-4730 / P4 / xv6 / types.h
types.h
Raw
typedef unsigned int   uint;
typedef unsigned short ushort;
typedef unsigned char  uchar;
typedef uint pde_t;