summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/StorageKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/StorageKit')
-rw-r--r--dev/Kernel/StorageKit/AHCI.h2
-rw-r--r--dev/Kernel/StorageKit/NVME.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/Kernel/StorageKit/AHCI.h b/dev/Kernel/StorageKit/AHCI.h
index 5641898a..a0182273 100644
--- a/dev/Kernel/StorageKit/AHCI.h
+++ b/dev/Kernel/StorageKit/AHCI.h
@@ -12,7 +12,7 @@
namespace Kernel
{
- class AHCIDeviceInterface ZKA_DEVICE<MountpointInterface*>
+ class AHCIDeviceInterface NE_DEVICE<MountpointInterface*>
{
public:
explicit AHCIDeviceInterface(void (*Out)(MountpointInterface* outpacket),
diff --git a/dev/Kernel/StorageKit/NVME.h b/dev/Kernel/StorageKit/NVME.h
index f4a8393a..f2a780dc 100644
--- a/dev/Kernel/StorageKit/NVME.h
+++ b/dev/Kernel/StorageKit/NVME.h
@@ -11,7 +11,7 @@
namespace Kernel
{
- class NVMEDeviceInterface final ZKA_DEVICE<MountpointInterface*>
+ class NVMEDeviceInterface final NE_DEVICE<MountpointInterface*>
{
public:
explicit NVMEDeviceInterface(Void (*out)(MountpointInterface* out_packet),
@@ -21,7 +21,7 @@ namespace Kernel
~NVMEDeviceInterface() override;
public:
- ZKA_COPY_DEFAULT(NVMEDeviceInterface);
+ NE_COPY_DEFAULT(NVMEDeviceInterface);
const Char* Name() const override;