xref: /xv6-public/types.h (revision 30f5bf05)
1 typedef unsigned int   uint;
2 typedef unsigned short ushort;
3 typedef unsigned char  uchar;
4 typedef uint pde_t;
5