summaryrefslogtreecommitdiffhomepage
path: root/dev/zka/src/FS
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/zka/src/FS
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/zka/src/FS')
-rw-r--r--dev/zka/src/FS/HPFS.cc (renamed from dev/zka/src/FS/HPFS.cxx)4
-rw-r--r--dev/zka/src/FS/NeFS.cc (renamed from dev/zka/src/FS/NeFS.cxx)24
2 files changed, 14 insertions, 14 deletions
diff --git a/dev/zka/src/FS/HPFS.cxx b/dev/zka/src/FS/HPFS.cc
index 56760972..0fb80079 100644
--- a/dev/zka/src/FS/HPFS.cxx
+++ b/dev/zka/src/FS/HPFS.cc
@@ -6,7 +6,7 @@
#ifdef __FSKIT_INCLUDES_HPFS__
-#include <FirmwareKit/GPT.hxx>
-#include <FirmwareKit/EPM.hxx>
+#include <FirmwareKit/GPT.h>
+#include <FirmwareKit/EPM.h>
#endif // ifdef __FSKIT_INCLUDES_HPFS__
diff --git a/dev/zka/src/FS/NeFS.cxx b/dev/zka/src/FS/NeFS.cc
index 48bd441f..6fcbb786 100644
--- a/dev/zka/src/FS/NeFS.cxx
+++ b/dev/zka/src/FS/NeFS.cc
@@ -6,18 +6,18 @@
#ifdef __FSKIT_USE_NEFS__
-#include <modules/AHCI/AHCI.hxx>
-#include <modules/ATA/ATA.hxx>
-#include <modules/Flash/Flash.hxx>
-#include <FSKit/NeFS.hxx>
-#include <KernelKit/LPC.hxx>
-#include <NewKit/Crc32.hxx>
-#include <NewKit/Stop.hxx>
-#include <NewKit/String.hxx>
-#include <NewKit/Utils.hxx>
-#include <FirmwareKit/EPM.hxx>
-#include <KernelKit/UserProcessScheduler.hxx>
-#include <KernelKit/User.hxx>
+#include <modules/AHCI/AHCI.h>
+#include <modules/ATA/ATA.h>
+#include <modules/Flash/Flash.h>
+#include <FSKit/NeFS.h>
+#include <KernelKit/LPC.h>
+#include <NewKit/Crc32.h>
+#include <NewKit/Stop.h>
+#include <NewKit/String.h>
+#include <NewKit/Utils.h>
+#include <FirmwareKit/EPM.h>
+#include <KernelKit/UserProcessScheduler.h>
+#include <KernelKit/User.h>
#ifndef __ZKA_MINIMAL_OS__
using namespace Kernel;