xv6-riscv-kernel/types.h

5 lines
110 B
C
Raw Normal View History

2007-08-24 20:27:47 +00:00
typedef unsigned int uint;
2006-07-20 09:07:53 +00:00
typedef unsigned short ushort;
2007-08-24 20:27:47 +00:00
typedef unsigned char uchar;
2010-07-25 20:30:21 -04:00
typedef uint pde_t;