xv6-cs450/types.h

5 lines
110 B
C
Raw Normal View History

2007-08-24 22:27:47 +02:00
typedef unsigned int uint;
2006-07-20 11:07:53 +02:00
typedef unsigned short ushort;
2007-08-24 22:27:47 +02:00
typedef unsigned char uchar;
2010-07-26 02:30:21 +02:00
typedef uint pde_t;