summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/HeapMgr.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-03 15:44:28 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-03 15:44:28 +0100
commitc7fe1ab6e2f97a7f0bfc6aaf97374f841fb63c0d (patch)
treeedfef006c63d73ef6b48b537b6f21295db6ffe9a /src/kernel/KernelKit/HeapMgr.h
parent92bbadf36f8bdffed9090cb345e57fc252c5a133 (diff)
feat: syschk, hal{x64}: ATA PIO patches, reworked I/O system.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/HeapMgr.h')
-rw-r--r--src/kernel/KernelKit/HeapMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/HeapMgr.h b/src/kernel/KernelKit/HeapMgr.h
index e62a5911..9e02c13a 100644
--- a/src/kernel/KernelKit/HeapMgr.h
+++ b/src/kernel/KernelKit/HeapMgr.h
@@ -39,7 +39,7 @@ Boolean mm_protect_ptr(VoidPtr heap_ptr);
/// @brief Makes a Kernel page.
/// @param heap_ptr the page pointer.
/// @return status code
- Int32 mm_control_page(VoidPtr heap_ptr, const Bool);
+Int32 mm_control_page(VoidPtr heap_ptr, const Bool);
/// @brief Overwrites and set the flags of a heap header.
/// @param heap_ptr the pointer to update.