summaryrefslogtreecommitdiffhomepage
path: root/Kernel/StorageKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-02 20:11:24 +0200
commit59578978610f6af245f571a011694a51d94dc530 (patch)
tree3553807ef1c8095248520ee823c1426aef8738d8 /Kernel/StorageKit
parent9afcd1c001703c32964fed5906f36a2d913e91e9 (diff)
[unstable] [META] refactor whole project.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/StorageKit')
-rw-r--r--Kernel/StorageKit/AHCI.hxx (renamed from Kernel/StorageKit/AHCI.hpp)4
-rw-r--r--Kernel/StorageKit/ATA.hxx (renamed from Kernel/StorageKit/ATA.hpp)6
-rw-r--r--Kernel/StorageKit/NVME.hxx4
-rw-r--r--Kernel/StorageKit/PRDT.hxx (renamed from Kernel/StorageKit/PRDT.hpp)4
-rw-r--r--Kernel/StorageKit/Storage.hxx (renamed from Kernel/StorageKit/Storage.hpp)0
5 files changed, 9 insertions, 9 deletions
diff --git a/Kernel/StorageKit/AHCI.hpp b/Kernel/StorageKit/AHCI.hxx
index f84e175e..e9988587 100644
--- a/Kernel/StorageKit/AHCI.hpp
+++ b/Kernel/StorageKit/AHCI.hxx
@@ -6,9 +6,9 @@
#pragma once
-#include <KernelKit/DeviceManager.hpp>
+#include <KernelKit/DeviceManager.hxx>
#include <KernelKit/DriveManager.hxx>
-#include <NewKit/OwnPtr.hpp>
+#include <NewKit/OwnPtr.hxx>
namespace Kernel
{
diff --git a/Kernel/StorageKit/ATA.hpp b/Kernel/StorageKit/ATA.hxx
index 0862c56d..1637af12 100644
--- a/Kernel/StorageKit/ATA.hpp
+++ b/Kernel/StorageKit/ATA.hxx
@@ -6,10 +6,10 @@
#pragma once
-#include <KernelKit/DeviceManager.hpp>
+#include <KernelKit/DeviceManager.hxx>
#include <KernelKit/DriveManager.hxx>
-#include <NewKit/OwnPtr.hpp>
-#include <NewKit/Utils.hpp>
+#include <NewKit/OwnPtr.hxx>
+#include <NewKit/Utils.hxx>
namespace Kernel
{
diff --git a/Kernel/StorageKit/NVME.hxx b/Kernel/StorageKit/NVME.hxx
index f1601149..a7622074 100644
--- a/Kernel/StorageKit/NVME.hxx
+++ b/Kernel/StorageKit/NVME.hxx
@@ -6,9 +6,9 @@
#pragma once
-#include <KernelKit/DeviceManager.hpp>
+#include <KernelKit/DeviceManager.hxx>
#include <KernelKit/DriveManager.hxx>
-#include <NewKit/OwnPtr.hpp>
+#include <NewKit/OwnPtr.hxx>
namespace Kernel
{
diff --git a/Kernel/StorageKit/PRDT.hpp b/Kernel/StorageKit/PRDT.hxx
index daf465d4..c1f91a23 100644
--- a/Kernel/StorageKit/PRDT.hpp
+++ b/Kernel/StorageKit/PRDT.hxx
@@ -6,8 +6,8 @@
#pragma once
-#include <KernelKit/PCI/Dma.hpp>
-#include <KernelKit/PCI/Iterator.hpp>
+#include <KernelKit/PCI/Dma.hxx>
+#include <KernelKit/PCI/Iterator.hxx>
#include <NewKit/Ref.hxx>
#define kPrdtTransferSize (sizeof(Kernel::UShort))
diff --git a/Kernel/StorageKit/Storage.hpp b/Kernel/StorageKit/Storage.hxx
index aa9e335e..aa9e335e 100644
--- a/Kernel/StorageKit/Storage.hpp
+++ b/Kernel/StorageKit/Storage.hxx