xv6/types.h
2023-01-04 16:04:31 +00:00

5 lines
110 B
C

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