Some shorthand typedef used around the kernel
This commit is contained in:
parent
e2a8bf287f
commit
567e79a4e8
1 changed files with 6 additions and 0 deletions
6
types.h
Normal file
6
types.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
typedef unsigned char u8;
|
||||||
|
typedef unsigned short u16;
|
||||||
|
typedef unsigned int u32;
|
||||||
|
typedef unsigned long u64;
|
Loading…
Add table
Reference in a new issue