aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 74ced08d5989..bfa155789993 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -906,6 +906,7 @@ extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long);
906extern void ata_eng_timeout(struct ata_port *ap); 906extern void ata_eng_timeout(struct ata_port *ap);
907 907
908extern void ata_port_schedule_eh(struct ata_port *ap); 908extern void ata_port_schedule_eh(struct ata_port *ap);
909extern int ata_link_abort(struct ata_link *link);
909extern int ata_port_abort(struct ata_port *ap); 910extern int ata_port_abort(struct ata_port *ap);
910extern int ata_port_freeze(struct ata_port *ap); 911extern int ata_port_freeze(struct ata_port *ap);
911 912