xv6-cs450/types.h
Frans Kaashoek 30f5bf0548 some cleanup
2010-07-25 20:30:21 -04:00

5 lines
110 B
C

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