xv6/types.h

5 lines
110 B
C
Raw Normal View History

2023-01-04 17:04:31 +01:00
typedef unsigned int uint;
typedef unsigned short ushort;
typedef unsigned char uchar;
typedef uint pde_t;