diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-11 10:01:11 +0200 |
| commit | 4bc2a20e699812c397e0d9e3901d91196d8681f0 (patch) | |
| tree | 0a00c7d47236cacf21413f58341bec6c0ec97455 /Kernel/NewKit | |
| parent | 25c6f11de8d859d2aab49848cfc2c2d9a7f33153 (diff) | |
[newoskrnl.dll] Fixes and improvements, mostly on New FS and User Security support.
[encryptfs.dll] Add new DLL for filesystem encryption.
[sci.dll] Add protocols for IDL parsing.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
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; |
