diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-04 17:29:07 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-09-04 17:29:07 +0200 |
| commit | 8b1114ea205ef6560fb7bf5713577d1ab7deb5be (patch) | |
| tree | 88dc9dc3c6af1d51db46a11dbb0dd9de09409250 /dev/ZKA/StorageKit | |
| parent | a0a90c80e5dd17df8f609aebc253b4bf9147f90f (diff) | |
[ MR ] BUMP commit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZKA/StorageKit')
| -rw-r--r-- | dev/ZKA/StorageKit/AHCI.hxx | 4 | ||||
| -rw-r--r-- | dev/ZKA/StorageKit/ATA.hxx | 4 | ||||
| -rw-r--r-- | dev/ZKA/StorageKit/NVME.hxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev/ZKA/StorageKit/AHCI.hxx b/dev/ZKA/StorageKit/AHCI.hxx index 3e9567a5..f3d771c9 100644 --- a/dev/ZKA/StorageKit/AHCI.hxx +++ b/dev/ZKA/StorageKit/AHCI.hxx @@ -6,8 +6,8 @@ #pragma once -#include <KernelKit/DeviceManager.hxx> -#include <KernelKit/DriveManager.hxx> +#include <KernelKit/DeviceMgr.hxx> +#include <KernelKit/DriveMgr.hxx> #include <NewKit/OwnPtr.hxx> namespace Kernel diff --git a/dev/ZKA/StorageKit/ATA.hxx b/dev/ZKA/StorageKit/ATA.hxx index be3e4a21..e954b0e7 100644 --- a/dev/ZKA/StorageKit/ATA.hxx +++ b/dev/ZKA/StorageKit/ATA.hxx @@ -6,8 +6,8 @@ #pragma once -#include <KernelKit/DeviceManager.hxx> -#include <KernelKit/DriveManager.hxx> +#include <KernelKit/DeviceMgr.hxx> +#include <KernelKit/DriveMgr.hxx> #include <NewKit/OwnPtr.hxx> #include <NewKit/Utils.hxx> diff --git a/dev/ZKA/StorageKit/NVME.hxx b/dev/ZKA/StorageKit/NVME.hxx index c0231f57..45d00c0c 100644 --- a/dev/ZKA/StorageKit/NVME.hxx +++ b/dev/ZKA/StorageKit/NVME.hxx @@ -6,8 +6,8 @@ #pragma once -#include <KernelKit/DeviceManager.hxx> -#include <KernelKit/DriveManager.hxx> +#include <KernelKit/DeviceMgr.hxx> +#include <KernelKit/DriveMgr.hxx> #include <NewKit/OwnPtr.hxx> namespace Kernel |
