diff options
Diffstat (limited to 'drivers/ata/libata.h')
-rw-r--r-- | drivers/ata/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/libata.h b/drivers/ata/libata.h index 0ed263be652a..c83300055ec5 100644 --- a/drivers/ata/libata.h +++ b/drivers/ata/libata.h | |||
@@ -120,4 +120,7 @@ extern void ata_scsi_error(struct Scsi_Host *host); | |||
120 | extern void ata_port_wait_eh(struct ata_port *ap); | 120 | extern void ata_port_wait_eh(struct ata_port *ap); |
121 | extern void ata_qc_schedule_eh(struct ata_queued_cmd *qc); | 121 | extern void ata_qc_schedule_eh(struct ata_queued_cmd *qc); |
122 | 122 | ||
123 | /* libata-sff.c */ | ||
124 | extern u8 ata_irq_on(struct ata_port *ap); | ||
125 | |||
123 | #endif /* __LIBATA_H__ */ | 126 | #endif /* __LIBATA_H__ */ |