diff options
Diffstat (limited to 'dev/Kernel/StorageKit/NVME.h')
| -rw-r--r-- | dev/Kernel/StorageKit/NVME.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
