diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index 0f3e355fdfd7..ebe22982e80c 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -119,6 +119,7 @@ extern int ata_scsi_add_hosts(struct ata_host *host, | |||
119 | struct scsi_host_template *sht); | 119 | struct scsi_host_template *sht); |
120 | extern void ata_scsi_scan_host(struct ata_port *ap, int sync); | 120 | extern void ata_scsi_scan_host(struct ata_port *ap, int sync); |
121 | extern int ata_scsi_offline_dev(struct ata_device *dev); | 121 | extern int ata_scsi_offline_dev(struct ata_device *dev); |
122 | extern void ata_scsi_media_change_notify(struct ata_device *dev); | ||
122 | extern void ata_scsi_hotplug(struct work_struct *work); | 123 | extern void ata_scsi_hotplug(struct work_struct *work); |
123 | extern unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf, | 124 | extern unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf, |
124 | unsigned int buflen); | 125 | unsigned int buflen); |