summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/POWER/Processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/POWER/Processor.h')
-rw-r--r--src/kernel/HALKit/POWER/Processor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/HALKit/POWER/Processor.h b/src/kernel/HALKit/POWER/Processor.h
index 74352a00..decdfc38 100644
--- a/src/kernel/HALKit/POWER/Processor.h
+++ b/src/kernel/HALKit/POWER/Processor.h
@@ -6,7 +6,8 @@
======================================== */
-#pragma once
+#ifndef HALKIT_PROCESSOR_H
+#define HALKIT_PROCESSOR_H
#include <NeKit/Config.h>
#include <NeKit/Utils.h>
@@ -58,3 +59,5 @@ Kernel::Void hal_write_tlb(Kernel::UInt32 mas0, Kernel::UInt32 mas1, Kernel::UIn
/// @brief Flush TLB.
EXTERN_C Kernel::Void hal_flush_tlb();
+
+#endif