summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/ATA.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/StorageKit/ATA.h')
-rw-r--r--src/kernel/StorageKit/ATA.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/StorageKit/ATA.h b/src/kernel/StorageKit/ATA.h
index f92e09d3..729cf4f7 100644
--- a/src/kernel/StorageKit/ATA.h
+++ b/src/kernel/StorageKit/ATA.h
@@ -13,10 +13,10 @@
namespace Kernel {
/// @brief ATA device interface class.
-class ATADeviceInterface : public DeviceInterface<IMountpoint*> {
+class ATADeviceInterface : public IDevice<IMountpoint*> {
public:
- explicit ATADeviceInterface(void (*Out)(DeviceInterface*, IMountpoint* outpacket),
- void (*In)(DeviceInterface*, IMountpoint* inpacket));
+ explicit ATADeviceInterface(void (*Out)(IDevice*, IMountpoint* outpacket),
+ void (*In)(IDevice*, IMountpoint* inpacket));
virtual ~ATADeviceInterface();