aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-11-01 03:59:53 -0500
committerJeff Garzik <jeff@garzik.org>2006-12-01 22:41:29 -0500
commitb6103f6d1659e2024776bc759d28613fb36344a8 (patch)
tree6554af3833d044b0c55203100c6599b105a6f940 /include/linux/libata.h
parent4aeb0e3283351351a5381a495ea24537f3bc21cb (diff)
[PATCH] libata: separate out and export sata_port_hardreset()
Separate out sata_port_hardreset() from sata_std_hardreset(). This will be used by LLD hardreset implementation and later by PMP. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index d3bf7b936c3f..41fa0890dbfb 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -702,6 +702,8 @@ extern int sata_phy_debounce(struct ata_port *ap, const unsigned long *param);
702extern int sata_phy_resume(struct ata_port *ap, const unsigned long *param); 702extern int sata_phy_resume(struct ata_port *ap, const unsigned long *param);
703extern int ata_std_prereset(struct ata_port *ap); 703extern int ata_std_prereset(struct ata_port *ap);
704extern int ata_std_softreset(struct ata_port *ap, unsigned int *classes); 704extern int ata_std_softreset(struct ata_port *ap, unsigned int *classes);
705extern int sata_port_hardreset(struct ata_port *ap,
706 const unsigned long *timing);
705extern int sata_std_hardreset(struct ata_port *ap, unsigned int *class); 707extern int sata_std_hardreset(struct ata_port *ap, unsigned int *class);
706extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); 708extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes);
707extern void ata_port_disable(struct ata_port *); 709extern void ata_port_disable(struct ata_port *);