first commit
This commit is contained in:
10
kernel/types.h
Normal file
10
kernel/types.h
Normal file
@@ -0,0 +1,10 @@
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned char uchar;
|
||||
|
||||
typedef unsigned char uint8;
|
||||
typedef unsigned short uint16;
|
||||
typedef unsigned int uint32;
|
||||
typedef unsigned long uint64;
|
||||
|
||||
typedef uint64 pde_t;
|
||||
Reference in New Issue
Block a user