summaryrefslogtreecommitdiffhomepage
path: root/dev/modules/ACPI
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-21 20:23:36 +0200
commitd48cbe75ef29a9c67c9d176bf58e56ea6448fb9e (patch)
tree89cbd6b7e23802f92bf3158868f4dc33c088e516 /dev/modules/ACPI
parent21b3da78f806d6765f9dffa6a84c21346f171cee (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/ACPI')
-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
2 files changed, 6 insertions, 6 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
{