summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/NVME.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/StorageKit/NVME.h')
-rw-r--r--src/kernel/StorageKit/NVME.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/kernel/StorageKit/NVME.h b/src/kernel/StorageKit/NVME.h
index d1c036ab..3a4ced1e 100644
--- a/src/kernel/StorageKit/NVME.h
+++ b/src/kernel/StorageKit/NVME.h
@@ -12,9 +12,8 @@
namespace Kernel {
class NVMEDeviceInterface final NE_DEVICE<IMountpoint*> {
public:
- explicit NVMEDeviceInterface(Void (*out)(DeviceInterface*, IMountpoint* out_packet),
- Void (*in)(DeviceInterface*, IMountpoint* in_packet),
- Void (*cleanup)(Void));
+ explicit NVMEDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet),
+ Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void));
~NVMEDeviceInterface() override;