xv6-riscv-kernel/kernel/types.h
2024-06-15 16:55:06 +02:00

6 lines
131 B
C

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long u64;
typedef u64 pde_t;