wip: dtb:
This commit is contained in:
@@ -17,6 +17,7 @@ typedef unsigned long long UInt;
|
||||
|
||||
typedef void* Pointer;
|
||||
typedef UInt Address;
|
||||
typedef UInt32 Address32;
|
||||
typedef UInt8* BytePointer;
|
||||
typedef UInt8* MemoryPointer;
|
||||
|
||||
@@ -30,3 +31,4 @@ typedef UInt64 Size;
|
||||
typedef char ASCII;
|
||||
|
||||
typedef _Bool Boolean;
|
||||
#define loop while (1)
|
||||
Reference in New Issue
Block a user