diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-07 14:46:11 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-07 14:47:44 +0200 |
| commit | e80b274a23cb6bbe83bc48058c779624b16dd556 (patch) | |
| tree | 905578ee29d9c5bad03b28b8381a2c29fb715f0f /Private/KernelKit/HError.hpp | |
| parent | c4f3bfd671ad8ec5721c3d2c45de4806f34ebb75 (diff) | |
MHR-23: ErrorID error codes are now deprecated in favor of HError.
- Cleanup done in SystemLib.
- Refactor system API.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/HError.hpp')
| -rw-r--r-- | Private/KernelKit/HError.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/HError.hpp b/Private/KernelKit/HError.hpp index 5a4f49fb..50cc5522 100644 --- a/Private/KernelKit/HError.hpp +++ b/Private/KernelKit/HError.hpp @@ -7,7 +7,6 @@ #pragma once #include <NewKit/Defines.hpp> -#include <NewKit/ErrorID.hpp> namespace NewOS { @@ -37,6 +36,7 @@ namespace NewOS inline constexpr HError kErrorNoEntrypoint = 53; inline constexpr HError kErrorDiskIsCorrupted = 54; inline constexpr HError kErrorDisk = 55; + inline constexpr HError kErrorInvalidData = 56; inline constexpr HError kErrorUnimplemented = 0; Boolean ke_bug_check(void) noexcept; |
