summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/ProcessHeap.hxx
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
commit59578978610f6af245f571a011694a51d94dc530 (patch)
tree3553807ef1c8095248520ee823c1426aef8738d8 /Kernel/KernelKit/ProcessHeap.hxx
parent9afcd1c001703c32964fed5906f36a2d913e91e9 (diff)
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit/ProcessHeap.hxx')
-rw-r--r--Kernel/KernelKit/ProcessHeap.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/Kernel/KernelKit/ProcessHeap.hxx b/Kernel/KernelKit/ProcessHeap.hxx
index c7522da5..0a9b9a93 100644
--- a/Kernel/KernelKit/ProcessHeap.hxx
+++ b/Kernel/KernelKit/ProcessHeap.hxx
@@ -6,12 +6,12 @@
#pragma once
-#include <NewKit/Array.hpp>
-#include <NewKit/ArrayList.hpp>
-#include <NewKit/ErrorOr.hpp>
-#include <NewKit/PageManager.hpp>
+#include <NewKit/Array.hxx>
+#include <NewKit/ArrayList.hxx>
+#include <NewKit/ErrorOr.hxx>
+#include <NewKit/PageManager.hxx>
#include <NewKit/Ref.hxx>
-#include <NewKit/Pmm.hpp>
+#include <NewKit/Pmm.hxx>
/// @version 5/11/23
/// @file ProcessHeap.hxx
@@ -29,7 +29,7 @@ namespace Kernel
kUserHeapUser = 0x6,
/// @brief Read and Write heap.
kUserHeapRw = 0x8,
- } kUserHeapFlags;
+ } UserHeapFlags;
/// @brief Allocate a process heap, no zero out is done here.
/// @param flags the allocation flags.