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