diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 6023f324e68e..086e14690954 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -662,6 +662,10 @@ extern unsigned long ata_pci_default_filter(const struct ata_port *, struct ata_ | |||
662 | * EH | 662 | * EH |
663 | */ | 663 | */ |
664 | extern void ata_eng_timeout(struct ata_port *ap); | 664 | extern void ata_eng_timeout(struct ata_port *ap); |
665 | |||
666 | extern void ata_port_schedule_eh(struct ata_port *ap); | ||
667 | extern int ata_port_abort(struct ata_port *ap); | ||
668 | |||
665 | extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); | 669 | extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); |
666 | extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); | 670 | extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); |
667 | 671 | ||