diff options
Diffstat (limited to 'Kernel/NewKit')
| -rw-r--r-- | Kernel/NewKit/Defines.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Kernel/NewKit/Defines.hxx b/Kernel/NewKit/Defines.hxx index 54bf55a2..246adc7f 100644 --- a/Kernel/NewKit/Defines.hxx +++ b/Kernel/NewKit/Defines.hxx @@ -66,6 +66,9 @@ namespace Kernel using WideChar = wchar_t; using Utf32Char = char32_t; + typedef UInt64 PhysicalAddress; + typedef UInt64 VirtualAddress; + using Void = void; using Lba = UInt64; |
