diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-09 13:53:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-09 13:53:57 +0100 |
| commit | d9556c811b25a7c5533d1f61152ecb8863cfd042 (patch) | |
| tree | 105e6c6b17b75e89280a5e591e194d434838bebd /Private/KernelKit | |
| parent | d0252ab0b32c55b08749e94545e17d389b1081c9 (diff) | |
Kernel: Add ke_bug_check for Process Manager.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit')
| -rw-r--r-- | Private/KernelKit/HError.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/KernelKit/HError.hpp b/Private/KernelKit/HError.hpp index d37fe276..0d412154 100644 --- a/Private/KernelKit/HError.hpp +++ b/Private/KernelKit/HError.hpp @@ -27,6 +27,8 @@ inline constexpr HError kErrorThreadLocalStorage = 41; inline constexpr HError kErrorMath = 42; inline constexpr HError kErrorNoNetwork = 43; inline constexpr HError kErrorHeapOutOfMemory = 44; + +Boolean ke_bug_check(void) noexcept; } // namespace HCore #define KernIsOk(HERR) (HERR == HCore::kErrorSuccess) |
