diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-02 20:11:24 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-02 20:11:24 +0200 |
| commit | 59578978610f6af245f571a011694a51d94dc530 (patch) | |
| tree | 3553807ef1c8095248520ee823c1426aef8738d8 /Kernel/HALKit/POWER | |
| parent | 9afcd1c001703c32964fed5906f36a2d913e91e9 (diff) | |
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/POWER')
| -rw-r--r-- | Kernel/HALKit/POWER/HalHardware.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/HalHart.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/HalSerialPort.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/HalThread.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/HalVirtualMemory.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/Hart.hxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/MBCI/HalMBCIHost.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/POWER/Processor.hxx | 4 |
8 files changed, 9 insertions, 9 deletions
diff --git a/Kernel/HALKit/POWER/HalHardware.cxx b/Kernel/HALKit/POWER/HalHardware.cxx index a057355e..bbc3aeb1 100644 --- a/Kernel/HALKit/POWER/HalHardware.cxx +++ b/Kernel/HALKit/POWER/HalHardware.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> namespace Kernel { diff --git a/Kernel/HALKit/POWER/HalHart.cxx b/Kernel/HALKit/POWER/HalHart.cxx index a49aeb3a..9b418c3a 100644 --- a/Kernel/HALKit/POWER/HalHart.cxx +++ b/Kernel/HALKit/POWER/HalHart.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> #include <HALKit/POWER/Hart.hxx> using namespace Kernel; diff --git a/Kernel/HALKit/POWER/HalSerialPort.cxx b/Kernel/HALKit/POWER/HalSerialPort.cxx index 86b43bb7..f0276fba 100644 --- a/Kernel/HALKit/POWER/HalSerialPort.cxx +++ b/Kernel/HALKit/POWER/HalSerialPort.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> using namespace Kernel; diff --git a/Kernel/HALKit/POWER/HalThread.cxx b/Kernel/HALKit/POWER/HalThread.cxx index b3be23c4..9c1a4445 100644 --- a/Kernel/HALKit/POWER/HalThread.cxx +++ b/Kernel/HALKit/POWER/HalThread.cxx @@ -5,7 +5,7 @@ ------------------------------------------- */ #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> EXTERN_C Kernel::HAL::StackFramePtr rt_get_current_context() { diff --git a/Kernel/HALKit/POWER/HalVirtualMemory.cxx b/Kernel/HALKit/POWER/HalVirtualMemory.cxx index 039bf509..9a1d96ac 100644 --- a/Kernel/HALKit/POWER/HalVirtualMemory.cxx +++ b/Kernel/HALKit/POWER/HalVirtualMemory.cxx @@ -8,7 +8,7 @@ #include <HALKit/POWER/ppc-mmu.h> #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> /// @note refer to the SoC documentation. diff --git a/Kernel/HALKit/POWER/Hart.hxx b/Kernel/HALKit/POWER/Hart.hxx index e887ce4a..a6000953 100644 --- a/Kernel/HALKit/POWER/Hart.hxx +++ b/Kernel/HALKit/POWER/Hart.hxx @@ -13,7 +13,7 @@ #pragma once -#include <NewKit/Defines.hpp> +#include <NewKit/Defines.hxx> /// @brief hardware thread indentification type. typedef Kernel::Int32 PPCHartType; diff --git a/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cxx b/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cxx index 93cf86ae..c2cb839a 100644 --- a/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cxx +++ b/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cxx @@ -5,4 +5,4 @@ ------------------------------------------- */ #include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hpp> +#include <KernelKit/DebugOutput.hxx> diff --git a/Kernel/HALKit/POWER/Processor.hxx b/Kernel/HALKit/POWER/Processor.hxx index b2186aa7..c4847f48 100644 --- a/Kernel/HALKit/POWER/Processor.hxx +++ b/Kernel/HALKit/POWER/Processor.hxx @@ -8,8 +8,8 @@ #pragma once -#include <NewKit/Defines.hpp> -#include <NewKit/Utils.hpp> +#include <NewKit/Defines.hxx> +#include <NewKit/Utils.hxx> #define NoOp() asm volatile("mr 0, 0") #define kHalPPCAlignment __attribute__((aligned(4))) |
