Logo  

CS471/571 - Operating Systems

Displaying ./code/xv6-public/types.h

typedef unsigned int   uint;
typedef unsigned short ushort;
typedef unsigned char  uchar;
typedef uint pde_t;