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/ARM64 | |
| parent | 9afcd1c001703c32964fed5906f36a2d913e91e9 (diff) | |
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/ARM64')
| -rw-r--r-- | Kernel/HALKit/ARM64/HalHart.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/HalKernelMain.cxx | 8 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/HalPageAlloc.hxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/HalTimer.cxx | 2 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/Processor.hxx | 6 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/Storage/HalFlash.cxx | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/Kernel/HALKit/ARM64/HalHart.cxx b/Kernel/HALKit/ARM64/HalHart.cxx index 2ed87b91..bba5e208 100644 --- a/Kernel/HALKit/ARM64/HalHart.cxx +++ b/Kernel/HALKit/ARM64/HalHart.cxx @@ -4,7 +4,7 @@ ------------------------------------------- */ -#include <ArchKit/ArchKit.hpp> +#include <ArchKit/ArchKit.hxx> // bugs = 0 diff --git a/Kernel/HALKit/ARM64/HalKernelMain.cxx b/Kernel/HALKit/ARM64/HalKernelMain.cxx index 64e38fcb..18cf2f7d 100644 --- a/Kernel/HALKit/ARM64/HalKernelMain.cxx +++ b/Kernel/HALKit/ARM64/HalKernelMain.cxx @@ -4,18 +4,18 @@ ------------------------------------------- */ -#include <ArchKit/ArchKit.hpp> +#include <ArchKit/ArchKit.hxx> #include <Modules/CoreCG/CoreCG.hxx> #include <FirmwareKit/Handover.hxx> -#include <KernelKit/FileManager.hpp> -#include <KernelKit/Framebuffer.hpp> +#include <KernelKit/FileManager.hxx> +#include <KernelKit/Framebuffer.hxx> #include <KernelKit/Heap.hxx> #include <KernelKit/PEFCodeManager.hxx> #include <KernelKit/ProcessScheduler.hxx> #include <KernelKit/ProcessHeap.hxx> #include <NewKit/Json.hxx> #include <Modules/CoreCG/Accessibility.hxx> -#include <KernelKit/CodeManager.hpp> +#include <KernelKit/CodeManager.hxx> #include <Modules/ACPI/ACPIFactoryInterface.hxx> #include <NetworkKit/IPC.hxx> diff --git a/Kernel/HALKit/ARM64/HalPageAlloc.hxx b/Kernel/HALKit/ARM64/HalPageAlloc.hxx index 7e34dc75..4267191c 100644 --- a/Kernel/HALKit/ARM64/HalPageAlloc.hxx +++ b/Kernel/HALKit/ARM64/HalPageAlloc.hxx @@ -12,7 +12,7 @@ ------------------------------------------------------- */ -#include <NewKit/Defines.hpp> +#include <NewKit/Defines.hxx> #ifndef kPTEMax #define kPTEMax (0x200) diff --git a/Kernel/HALKit/ARM64/HalTimer.cxx b/Kernel/HALKit/ARM64/HalTimer.cxx index 63e924c3..f1851ce1 100644 --- a/Kernel/HALKit/ARM64/HalTimer.cxx +++ b/Kernel/HALKit/ARM64/HalTimer.cxx @@ -11,6 +11,6 @@ ------------------------------------------- */ -#include <ArchKit/ArchKit.hpp> +#include <ArchKit/ArchKit.hxx> struct TimerInfoStruct; diff --git a/Kernel/HALKit/ARM64/Processor.hxx b/Kernel/HALKit/ARM64/Processor.hxx index 63c73972..b946e82b 100644 --- a/Kernel/HALKit/ARM64/Processor.hxx +++ b/Kernel/HALKit/ARM64/Processor.hxx @@ -6,9 +6,9 @@ #pragma once -#include <NewKit/Array.hpp> -#include <NewKit/Defines.hpp> -#include <NewKit/Utils.hpp> +#include <NewKit/Array.hxx> +#include <NewKit/Defines.hxx> +#include <NewKit/Utils.hxx> #include <FirmwareKit/Handover.hxx> #ifdef kCPUBackendName diff --git a/Kernel/HALKit/ARM64/Storage/HalFlash.cxx b/Kernel/HALKit/ARM64/Storage/HalFlash.cxx index ca2d4883..e8fc3f52 100644 --- a/Kernel/HALKit/ARM64/Storage/HalFlash.cxx +++ b/Kernel/HALKit/ARM64/Storage/HalFlash.cxx @@ -4,8 +4,8 @@ ------------------------------------------- */ -#include <NewKit/Defines.hpp> -#include <ArchKit/ArchKit.hpp> +#include <NewKit/Defines.hxx> +#include <ArchKit/ArchKit.hxx> /// @file Flash.cxx /// @brief Flash memory builtin. |
