Files
xv6-custom-os/types.h
2022-12-06 11:49:47 +00:00

5 lines
110 B
C

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