summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/KPC.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 08:33:49 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 08:33:49 +0100
commit6d16db11d91c5fdf302af54e8e797dcbed8c9c71 (patch)
tree688efbf795b36ccc9d44e459038813e3fc524c3c /dev/kernel/KernelKit/KPC.h
parentca7b843f1c15dd479d287f93221cd23e74d94385 (diff)
feat: new 'kErrorUnavailable' type and semaphore API breaking changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/KPC.h')
-rw-r--r--dev/kernel/KernelKit/KPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/kernel/KernelKit/KPC.h b/dev/kernel/KernelKit/KPC.h
index b55d98fc..794197e2 100644
--- a/dev/kernel/KernelKit/KPC.h
+++ b/dev/kernel/KernelKit/KPC.h
@@ -67,6 +67,7 @@ inline constexpr KPCError kErrorDmaExhausted = 66;
inline constexpr KPCError kErrorOutOfBitMapMemory = 67;
inline constexpr KPCError kErrorTimeout = 68;
inline constexpr KPCError kErrorAccessDenied = 69;
+inline constexpr KPCError kErrorUnavailable = 70;
/// Generic errors.
inline constexpr KPCError kErrorUnimplemented = -1;