aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h4
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 */
664extern void ata_eng_timeout(struct ata_port *ap); 664extern void ata_eng_timeout(struct ata_port *ap);
665
666extern void ata_port_schedule_eh(struct ata_port *ap);
667extern int ata_port_abort(struct ata_port *ap);
668
665extern void ata_eh_qc_complete(struct ata_queued_cmd *qc); 669extern void ata_eh_qc_complete(struct ata_queued_cmd *qc);
666extern void ata_eh_qc_retry(struct ata_queued_cmd *qc); 670extern void ata_eh_qc_retry(struct ata_queued_cmd *qc);
667 671