uintptr_t in types.h
This commit is contained in:
parent
f65ea0f131
commit
75264e130d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,5 +4,5 @@ typedef unsigned char u8;
|
||||||
typedef unsigned short u16;
|
typedef unsigned short u16;
|
||||||
typedef unsigned int u32;
|
typedef unsigned int u32;
|
||||||
typedef unsigned long u64;
|
typedef unsigned long u64;
|
||||||
|
typedef unsigned long uintptr_t;
|
||||||
typedef u64 pde_t;
|
typedef u64 pde_t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue