summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 23:45:47 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-29 23:45:47 +0200
commit0558e8040c0d9628858ddd85ce573b9c80941a1f (patch)
tree669baee6c44685771afce381d8d6ab4ac38ffce2 /Kernel/KernelKit
parent1d9d0ba0f529e4b90875e459a841889495e45369 (diff)
Implement ipc_sanitize_packet as syscall.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit')
-rw-r--r--Kernel/KernelKit/HError.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/KernelKit/HError.hpp b/Kernel/KernelKit/HError.hpp
index a61d84d4..468f9a12 100644
--- a/Kernel/KernelKit/HError.hpp
+++ b/Kernel/KernelKit/HError.hpp
@@ -46,8 +46,9 @@ namespace NewOS
inline constexpr HError kErrorInvalidData = 56;
inline constexpr HError kErrorAsync = 57;
inline constexpr HError kErrorNonBlocking = 58;
+ inline constexpr HError kErrorIPC = 59;
inline constexpr HError kErrorUnimplemented = 0;
- Boolean ke_bug_check(void) noexcept;
+ Boolean err_bug_check(void) noexcept;
} // namespace NewOS