From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Kernel/StorageKit/AHCI.h | 2 +- dev/Kernel/StorageKit/NVME.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/Kernel/StorageKit') 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 + class AHCIDeviceInterface NE_DEVICE { 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 + class NVMEDeviceInterface final NE_DEVICE { 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; -- cgit v1.2.3