summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 23:52:17 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 23:52:17 +0200
commit397b03fd02a851abc70e750daf340966914e4239 (patch)
tree20c597eccfe7c390431938a58cdfacff9c68400a /Kernel/KernelKit
parent0558e8040c0d9628858ddd85ce573b9c80941a1f (diff)
New err_ kernel API (with err_bug_check)
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit')
-rw-r--r--Kernel/KernelKit/HError.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/KernelKit/HError.hpp b/Kernel/KernelKit/HError.hpp
index 468f9a12..528c3542 100644
--- a/Kernel/KernelKit/HError.hpp
+++ b/Kernel/KernelKit/HError.hpp
@@ -49,6 +49,7 @@ namespace NewOS
inline constexpr HError kErrorIPC = 59;
inline constexpr HError kErrorUnimplemented = 0;
+ Void err_bug_check_raise(void) noexcept;
Boolean err_bug_check(void) noexcept;
} // namespace NewOS