summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/Processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/ARM64/Processor.h')
-rw-r--r--src/kernel/HALKit/ARM64/Processor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/kernel/HALKit/ARM64/Processor.h b/src/kernel/HALKit/ARM64/Processor.h
index 3ef21957..f4df9a92 100644
--- a/src/kernel/HALKit/ARM64/Processor.h
+++ b/src/kernel/HALKit/ARM64/Processor.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef HALKIT_PROCESSOR_H
+#define HALKIT_PROCESSOR_H
#ifdef __NE_ARM64__
@@ -75,4 +76,6 @@ inline Kernel::UIntPtr kKernelBitMpSize = 0UL;
#include <HALKit/ARM64/Paging.h>
-#endif // __NE_ARM64__ \ No newline at end of file
+#endif // __NE_ARM64__
+
+#endif