fusion/types.h
2025-06-26 01:07:14 +02:00

8 lines
141 B
C

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