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