diff options
author | Tejun Heo <htejun@gmail.com> | 2007-08-06 05:36:23 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:31 -0400 |
commit | dbd826168d6267a26cf20cd233f6730f8d8047d6 (patch) | |
tree | 961486fededf27561a2d790ecab6dc50f94617a9 /include | |
parent | 4fb37a25b976e8d1b34461330b3f2c6d9b94c133 (diff) |
libata-link: implement ata_link_abort()
Implement ata_link_abort().
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 1 |
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); | |||
906 | extern void ata_eng_timeout(struct ata_port *ap); | 906 | extern void ata_eng_timeout(struct ata_port *ap); |
907 | 907 | ||
908 | extern void ata_port_schedule_eh(struct ata_port *ap); | 908 | extern void ata_port_schedule_eh(struct ata_port *ap); |
909 | extern int ata_link_abort(struct ata_link *link); | ||
909 | extern int ata_port_abort(struct ata_port *ap); | 910 | extern int ata_port_abort(struct ata_port *ap); |
910 | extern int ata_port_freeze(struct ata_port *ap); | 911 | extern int ata_port_freeze(struct ata_port *ap); |
911 | 912 | ||