diff options
Diffstat (limited to 'src/kernel/HALKit/POWER')
| -rw-r--r-- | src/kernel/HALKit/POWER/AP.h | 1 | ||||
| -rw-r--r-- | src/kernel/HALKit/POWER/HalApplicationProcessor.cpp | 1 | ||||
| -rw-r--r-- | src/kernel/HALKit/POWER/HalDebugOutput.cpp | 1 | ||||
| -rw-r--r-- | src/kernel/HALKit/POWER/HalHardwareThread.cpp | 1 | ||||
| -rw-r--r-- | src/kernel/HALKit/POWER/HalVirtualMemory.cpp | 1 | ||||
| -rw-r--r-- | src/kernel/HALKit/POWER/Processor.h | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/HALKit/POWER/AP.h b/src/kernel/HALKit/POWER/AP.h index ec86d9cf..0f122925 100644 --- a/src/kernel/HALKit/POWER/AP.h +++ b/src/kernel/HALKit/POWER/AP.h @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef HALKIT_AP_H #define HALKIT_AP_H diff --git a/src/kernel/HALKit/POWER/HalApplicationProcessor.cpp b/src/kernel/HALKit/POWER/HalApplicationProcessor.cpp index 7557ad4d..5eed28d1 100644 --- a/src/kernel/HALKit/POWER/HalApplicationProcessor.cpp +++ b/src/kernel/HALKit/POWER/HalApplicationProcessor.cpp @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include <HALKit/POWER/AP.h> #include <HALKit/POWER/Processor.h> #include <KernelKit/DebugOutput.h> diff --git a/src/kernel/HALKit/POWER/HalDebugOutput.cpp b/src/kernel/HALKit/POWER/HalDebugOutput.cpp index 0765e141..11491dae 100644 --- a/src/kernel/HALKit/POWER/HalDebugOutput.cpp +++ b/src/kernel/HALKit/POWER/HalDebugOutput.cpp @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include <HALKit/POWER/Processor.h> #include <KernelKit/DebugOutput.h> diff --git a/src/kernel/HALKit/POWER/HalHardwareThread.cpp b/src/kernel/HALKit/POWER/HalHardwareThread.cpp index 00278bf8..094a8cb3 100644 --- a/src/kernel/HALKit/POWER/HalHardwareThread.cpp +++ b/src/kernel/HALKit/POWER/HalHardwareThread.cpp @@ -2,5 +2,6 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include <HALKit/POWER/Processor.h> #include <KernelKit/DebugOutput.h> diff --git a/src/kernel/HALKit/POWER/HalVirtualMemory.cpp b/src/kernel/HALKit/POWER/HalVirtualMemory.cpp index 8fc5b93d..de2cc793 100644 --- a/src/kernel/HALKit/POWER/HalVirtualMemory.cpp +++ b/src/kernel/HALKit/POWER/HalVirtualMemory.cpp @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #include <HALKit/POWER/MMU.h> #include <HALKit/POWER/Processor.h> #include <KernelKit/DebugOutput.h> diff --git a/src/kernel/HALKit/POWER/Processor.h b/src/kernel/HALKit/POWER/Processor.h index 61acf95b..1c982a34 100644 --- a/src/kernel/HALKit/POWER/Processor.h +++ b/src/kernel/HALKit/POWER/Processor.h @@ -2,6 +2,7 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel + #ifndef HALKIT_PROCESSOR_H #define HALKIT_PROCESSOR_H |
