summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/SMPManager.hpp
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-28 08:26:19 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-06-28 08:26:19 +0200
commitc142fe6fda7d09e929c9706b444cdc13ed5e72f3 (patch)
treef42890096937271233da33d9c201043fb9960634 /Kernel/KernelKit/SMPManager.hpp
parente32c206fe1d17eb96339b280c7f061e7201bd15b (diff)
IMP: Feature Pack #1
- Process scheduler. - System calls. - ACPI support. - Driver kit. - Filesystem support. - Program loader. - newstd/herror APIs. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelKit/SMPManager.hpp')
-rw-r--r--Kernel/KernelKit/SMPManager.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/KernelKit/SMPManager.hpp b/Kernel/KernelKit/SMPManager.hpp
index 1840dd20..9f4166ad 100644
--- a/Kernel/KernelKit/SMPManager.hpp
+++ b/Kernel/KernelKit/SMPManager.hpp
@@ -4,8 +4,8 @@
------------------------------------------- */
-#ifndef __SMP_MANAGER__
-#define __SMP_MANAGER__
+#ifndef __INC_SMP_MANAGER_HPP__
+#define __INC_SMP_MANAGER_HPP__
#include <ArchKit/ArchKit.hpp>
#include <CompilerKit/CompilerKit.hxx>
@@ -126,4 +126,4 @@ namespace NewOS
Void rt_hang_thread(HAL::StackFramePtr stack);
} // namespace NewOS
-#endif // !__SMP_MANAGER__
+#endif // !__INC_SMP_MANAGER_HPP__