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/modules | |
| 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/modules')
| -rw-r--r-- | dev/modules/ACPI/ACPI.h (renamed from dev/modules/ACPI/ACPI.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/ACPI/ACPIFactoryInterface.h (renamed from dev/modules/ACPI/ACPIFactoryInterface.hxx) | 10 | ||||
| -rw-r--r-- | dev/modules/AHCI/AHCI.h (renamed from dev/modules/AHCI/AHCI.hxx) | 6 | ||||
| -rw-r--r-- | dev/modules/APM/APM.h (renamed from dev/modules/APM/APM.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/ATA/ATA.h (renamed from dev/modules/ATA/ATA.hxx) | 6 | ||||
| -rw-r--r-- | dev/modules/FB/FB.h (renamed from dev/modules/FB/FB.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/FB/Text.h (renamed from dev/modules/FB/Text.hxx) | 4 | ||||
| -rw-r--r-- | dev/modules/Flash/Flash.h (renamed from dev/modules/Flash/Flash.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/GLCG/GLCG.h (renamed from dev/modules/GLCG/GLCG.hxx) | 2 | ||||
| -rw-r--r-- | dev/modules/HPET/Defines.h (renamed from dev/modules/HPET/Defines.hxx) | 6 | ||||
| -rw-r--r-- | dev/modules/LTE/LTE.h (renamed from dev/modules/LTE/LTE.hxx) | 6 | ||||
| -rw-r--r-- | dev/modules/MBCI/Interface.h (renamed from dev/modules/MBCI/Interface.hxx) | 4 | ||||
| -rw-r--r-- | dev/modules/MBCI/MBCI.h (renamed from dev/modules/MBCI/MBCI.hxx) | 4 | ||||
| -rw-r--r-- | dev/modules/NVME/NVME.h (renamed from dev/modules/NVME/NVME.hxx) | 4 | ||||
| -rw-r--r-- | dev/modules/SCSI/SCSI.h (renamed from dev/modules/SCSI/SCSI.hxx) | 4 | ||||
| -rw-r--r-- | dev/modules/XHCI/Defines.h (renamed from dev/modules/XHCI/Defines.hxx) | 6 |
16 files changed, 35 insertions, 35 deletions
diff --git a/dev/modules/ACPI/ACPI.hxx b/dev/modules/ACPI/ACPI.h index 6ddb00a8..3049d3c1 100644 --- a/dev/modules/ACPI/ACPI.hxx +++ b/dev/modules/ACPI/ACPI.h @@ -11,7 +11,7 @@ https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html */ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> namespace Kernel { diff --git a/dev/modules/ACPI/ACPIFactoryInterface.hxx b/dev/modules/ACPI/ACPIFactoryInterface.h index ba715e76..f3f041fc 100644 --- a/dev/modules/ACPI/ACPIFactoryInterface.hxx +++ b/dev/modules/ACPI/ACPIFactoryInterface.h @@ -7,11 +7,11 @@ #ifndef __MOD_ACPI_HXX__ #define __MOD_ACPI_HXX__ -#include <KernelKit/DebugOutput.hxx> -#include <modules/ACPI/ACPI.hxx> -#include <NewKit/ErrorOr.hxx> -#include <NewKit/Defines.hxx> -#include <NewKit/Ref.hxx> +#include <KernelKit/DebugOutput.h> +#include <modules/ACPI/ACPI.h> +#include <NewKit/ErrorOr.h> +#include <NewKit/Defines.h> +#include <NewKit/Ref.h> namespace Kernel { diff --git a/dev/modules/AHCI/AHCI.hxx b/dev/modules/AHCI/AHCI.h index a48a8c38..17351231 100644 --- a/dev/modules/AHCI/AHCI.hxx +++ b/dev/modules/AHCI/AHCI.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: Defines.hxx + File: Defines.h Purpose: AHCI header. Revision History: @@ -13,8 +13,8 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <modules/ACPI/ACPI.hxx> +#include <NewKit/Defines.h> +#include <modules/ACPI/ACPI.h> /// @note Forward declarations of structs. diff --git a/dev/modules/APM/APM.hxx b/dev/modules/APM/APM.h index d98198a8..3c941e7f 100644 --- a/dev/modules/APM/APM.hxx +++ b/dev/modules/APM/APM.h @@ -6,7 +6,7 @@ #pragma once
-#include <NewKit/Defines.hxx>
+#include <NewKit/Defines.h>
namespace Kernel
{
diff --git a/dev/modules/ATA/ATA.hxx b/dev/modules/ATA/ATA.h index e175aec6..0ee0c158 100644 --- a/dev/modules/ATA/ATA.hxx +++ b/dev/modules/ATA/ATA.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: Defines.hxx + File: Defines.h Purpose: ATA header. Revision History: @@ -15,8 +15,8 @@ #ifndef __AHCI__ -#include <CompilerKit/CompilerKit.hxx> -#include <NewKit/Defines.hxx> +#include <CompilerKit/CompilerKit.h> +#include <NewKit/Defines.h> ///! Status register #define ATA_SR_BSY 0x80 diff --git a/dev/modules/FB/FB.hxx b/dev/modules/FB/FB.h index 0f3dbfd6..bfe85a8b 100644 --- a/dev/modules/FB/FB.hxx +++ b/dev/modules/FB/FB.h @@ -6,7 +6,7 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> #define CGInit() Kernel::SizeT kCGCursor = 0 diff --git a/dev/modules/FB/Text.hxx b/dev/modules/FB/Text.h index dda6487d..bea3d13c 100644 --- a/dev/modules/FB/Text.hxx +++ b/dev/modules/FB/Text.h @@ -6,8 +6,8 @@ #pragma once
-#include <NewKit/Defines.hxx>
-#include <modules/FB/FB.hxx>
+#include <NewKit/Defines.h>
+#include <modules/FB/FB.h>
#define FONT_SIZE_X 8
#define FONT_SIZE_Y 8
diff --git a/dev/modules/Flash/Flash.hxx b/dev/modules/Flash/Flash.h index 2d3de0b0..2e741996 100644 --- a/dev/modules/Flash/Flash.hxx +++ b/dev/modules/Flash/Flash.h @@ -8,7 +8,7 @@ #ifdef __USE_MBCI_FLASH__ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> /// @brief get sector count. /// @return drive sector count. diff --git a/dev/modules/GLCG/GLCG.hxx b/dev/modules/GLCG/GLCG.h index fe879711..8f189e44 100644 --- a/dev/modules/GLCG/GLCG.hxx +++ b/dev/modules/GLCG/GLCG.h @@ -6,4 +6,4 @@ #pragma once
-#include <NewKit/Defines.hxx>
+#include <NewKit/Defines.h>
diff --git a/dev/modules/HPET/Defines.hxx b/dev/modules/HPET/Defines.h index 558385bd..f52c77b8 100644 --- a/dev/modules/HPET/Defines.hxx +++ b/dev/modules/HPET/Defines.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co. - File: HPET.hxx + File: HPET.h Purpose: HPET builtin. Revision History: @@ -11,8 +11,8 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <modules/ACPI/ACPI.hxx> +#include <NewKit/Defines.h> +#include <modules/ACPI/ACPI.h> namespace Kernel { diff --git a/dev/modules/LTE/LTE.hxx b/dev/modules/LTE/LTE.h index b04a48c1..c478892e 100644 --- a/dev/modules/LTE/LTE.hxx +++ b/dev/modules/LTE/LTE.h @@ -2,7 +2,7 @@ Copyright ZKA Web Services Co..
-File: LTE\LTE.hxx.
+File: LTE\LTE.h.
Purpose: LTE Standard Library.
------------------------------------------- */
@@ -10,8 +10,8 @@ Purpose: LTE Standard Library. #ifndef _INC_NETWORK_LTE_HXX_
#define _INC_NETWORK_LTE_HXX_
-#include <NewKit/Defines.hxx>
-#include <NewKit/String.hxx>
+#include <NewKit/Defines.h>
+#include <NewKit/String.h>
/// @brief Long Term Evolution I/O routines.
diff --git a/dev/modules/MBCI/Interface.hxx b/dev/modules/MBCI/Interface.h index 9ab8844f..ec51fa3a 100644 --- a/dev/modules/MBCI/Interface.hxx +++ b/dev/modules/MBCI/Interface.h @@ -6,5 +6,5 @@ #pragma once -#include <NewKit/Defines.hxx> -#include <modules/MBCI/MBCI.hxx> +#include <NewKit/Defines.h> +#include <modules/MBCI/MBCI.h> diff --git a/dev/modules/MBCI/MBCI.hxx b/dev/modules/MBCI/MBCI.h index 9d14d02f..24c6b180 100644 --- a/dev/modules/MBCI/MBCI.hxx +++ b/dev/modules/MBCI/MBCI.h @@ -7,8 +7,8 @@ #ifndef _INC_MODULE_MBCI_HXX_ #define _INC_MODULE_MBCI_HXX_ -#include <NewKit/Defines.hxx> -#include <modules/ACPI/ACPI.hxx> +#include <NewKit/Defines.h> +#include <modules/ACPI/ACPI.h> /** - VCC (IN) (OUT for MCU) diff --git a/dev/modules/NVME/NVME.hxx b/dev/modules/NVME/NVME.h index 2d5e1c13..dd9bbb74 100644 --- a/dev/modules/NVME/NVME.hxx +++ b/dev/modules/NVME/NVME.h @@ -5,14 +5,14 @@ Revision History: ??/??/24: Added file (amlel) - 23 Jul 24: Update filename to Defines.hxx and using ALIGN_NVME for NVME structs. (amlel) + 23 Jul 24: Update filename to Defines.h and using ALIGN_NVME for NVME structs. (amlel) ------------------------------------------- */ #ifndef __MODULE_NVME_HXX__ #define __MODULE_NVME_HXX__ -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> /// TODO: checklist in: https://wiki.osdev.org/NVMe diff --git a/dev/modules/SCSI/SCSI.hxx b/dev/modules/SCSI/SCSI.h index 5e903923..5aca328b 100644 --- a/dev/modules/SCSI/SCSI.hxx +++ b/dev/modules/SCSI/SCSI.h @@ -6,9 +6,9 @@ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> -/// @file SCSI.hxx +/// @file SCSI.h /// @brief Serial SCSI driver. template <int PacketBitLen> diff --git a/dev/modules/XHCI/Defines.hxx b/dev/modules/XHCI/Defines.h index 73c4e3a2..3bb68204 100644 --- a/dev/modules/XHCI/Defines.hxx +++ b/dev/modules/XHCI/Defines.h @@ -2,19 +2,19 @@ Copyright ZKA Web Services Co. - File: Defines.hxx + File: Defines.h Purpose: XHCI (and backwards) header. Revision History: 01/02/24: Added file (amlel) - 03/02/24: Update filename to Defines.hxx (amlel) + 03/02/24: Update filename to Defines.h (amlel) ------------------------------------------- */ #pragma once -#include <NewKit/Defines.hxx> +#include <NewKit/Defines.h> using namespace Kernel; |
