diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:23:36 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-21 20:23:36 +0200 |
| commit | d48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (patch) | |
| tree | 89cbd6b7e23802f92bf3158868f4dc33c088e516 /dev/zka/HALKit/POWER | |
| parent | 21b3da78f806d6765f9dffa6a84c21346f171cee (diff) | |
IMP: Major refactor of header and source files extensions.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/HALKit/POWER')
| -rw-r--r-- | dev/zka/HALKit/POWER/HalHart.cc (renamed from dev/zka/HALKit/POWER/HalHart.cxx) | 6 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/HalSerialPort.cc (renamed from dev/zka/HALKit/POWER/HalSerialPort.cxx) | 4 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/HalThread.cc (renamed from dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cxx) | 4 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/HalVirtualMemory.cc (renamed from dev/zka/HALKit/POWER/HalVirtualMemory.cxx) | 4 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/Hart.h (renamed from dev/zka/HALKit/POWER/Hart.hxx) | 4 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cc (renamed from dev/zka/HALKit/POWER/HalThread.cxx) | 4 | ||||
| -rw-r--r-- | dev/zka/HALKit/POWER/Processor.h (renamed from dev/zka/HALKit/POWER/Processor.hxx) | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/dev/zka/HALKit/POWER/HalHart.cxx b/dev/zka/HALKit/POWER/HalHart.cc index 185d835a..ff5025d5 100644 --- a/dev/zka/HALKit/POWER/HalHart.cxx +++ b/dev/zka/HALKit/POWER/HalHart.cc @@ -4,9 +4,9 @@ ------------------------------------------- */ -#include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hxx> -#include <HALKit/POWER/Hart.hxx> +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> +#include <HALKit/POWER/Hart.h> using namespace Kernel; diff --git a/dev/zka/HALKit/POWER/HalSerialPort.cxx b/dev/zka/HALKit/POWER/HalSerialPort.cc index 0c4eb230..29bc8fa5 100644 --- a/dev/zka/HALKit/POWER/HalSerialPort.cxx +++ b/dev/zka/HALKit/POWER/HalSerialPort.cc @@ -4,8 +4,8 @@ ------------------------------------------- */ -#include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hxx> +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> using namespace Kernel; diff --git a/dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cxx b/dev/zka/HALKit/POWER/HalThread.cc index da8f4e2d..7a0d5ccb 100644 --- a/dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cxx +++ b/dev/zka/HALKit/POWER/HalThread.cc @@ -4,5 +4,5 @@ ------------------------------------------- */ -#include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hxx> +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> diff --git a/dev/zka/HALKit/POWER/HalVirtualMemory.cxx b/dev/zka/HALKit/POWER/HalVirtualMemory.cc index 9e4529a2..8d8db849 100644 --- a/dev/zka/HALKit/POWER/HalVirtualMemory.cxx +++ b/dev/zka/HALKit/POWER/HalVirtualMemory.cc @@ -7,8 +7,8 @@ #include <HALKit/POWER/ppc-cpu.h> #include <HALKit/POWER/ppc-mmu.h> -#include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hxx> +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> /// @note refer to the SoC documentation. diff --git a/dev/zka/HALKit/POWER/Hart.hxx b/dev/zka/HALKit/POWER/Hart.h index aceed5db..eaf00493 100644 --- a/dev/zka/HALKit/POWER/Hart.hxx +++ b/dev/zka/HALKit/POWER/Hart.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: Hart.hxx + File: Hart.h Purpose: POWER hardware threads. Revision History: @@ -13,7 +13,7 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> struct HAL_HARDWARE_THREAD; diff --git a/dev/zka/HALKit/POWER/HalThread.cxx b/dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cc index da8f4e2d..7a0d5ccb 100644 --- a/dev/zka/HALKit/POWER/HalThread.cxx +++ b/dev/zka/HALKit/POWER/MBCI/HalMBCIHost.cc @@ -4,5 +4,5 @@ ------------------------------------------- */ -#include <HALKit/POWER/Processor.hxx> -#include <KernelKit/DebugOutput.hxx> +#include <HALKit/POWER/Processor.h> +#include <KernelKit/DebugOutput.h> diff --git a/dev/zka/HALKit/POWER/Processor.hxx b/dev/zka/HALKit/POWER/Processor.h index de34e1d2..95c1f1c6 100644 --- a/dev/zka/HALKit/POWER/Processor.hxx +++ b/dev/zka/HALKit/POWER/Processor.h @@ -8,8 +8,8 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <NewKit/Utils.hxx> +#include <NewKit/Defines.h> +#include <NewKit/Utils.h> #define NoOp() asm volatile("mr 0, 0") #define kHalPPCAlignment __attribute__((aligned(4))) |
