diff options
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.hxx | 4 | ||||
| -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 |
