uintptr_t in types.h

This commit is contained in:
Imbus 2025-12-10 23:17:42 +01:00
parent f65ea0f131
commit 75264e130d

View file

@ -4,5 +4,5 @@ typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
typedef unsigned long u64;
typedef u64 pde_t;
typedef unsigned long uintptr_t;
typedef u64 pde_t;