summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/KPC.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-21 08:51:41 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-21 09:07:20 +0100
commit4e61e22c3da59b259741e57298725330791aed3e (patch)
treeb81e078defa58d1fcae570fa72b403606ae596b8 /dev/kernel/KernelKit/KPC.h
parent1e12163836e649da0d67fc8f17bc9a415554efe4 (diff)
feat: NeKernel Semaphore API.
includes: - New semaphore API for the kernel, we also make use of the HardwareTimer class here. - Defined header only for now. - New HAL HW Timer API in AMD64. 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 a3b13de6..26d1b113 100644
--- a/dev/kernel/KernelKit/KPC.h
+++ b/dev/kernel/KernelKit/KPC.h
@@ -65,6 +65,7 @@ inline constexpr KPCError kErrorFileLocked = 64;
inline constexpr KPCError kErrorDiskIsTooTiny = 65;
inline constexpr KPCError kErrorDmaExhausted = 66;
inline constexpr KPCError kErrorOutOfBitMapMemory = 67;
+inline constexpr KPCError kErrorNetworkTimeout = 68;
/// Generic errors.
inline constexpr KPCError kErrorUnimplemented = -1;