diff options
author | Tejun Heo <htejun@gmail.com> | 2006-11-01 03:59:53 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-01 22:41:29 -0500 |
commit | b6103f6d1659e2024776bc759d28613fb36344a8 (patch) | |
tree | 6554af3833d044b0c55203100c6599b105a6f940 /include/linux/libata.h | |
parent | 4aeb0e3283351351a5381a495ea24537f3bc21cb (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.h | 2 |
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); | |||
702 | extern int sata_phy_resume(struct ata_port *ap, const unsigned long *param); | 702 | extern int sata_phy_resume(struct ata_port *ap, const unsigned long *param); |
703 | extern int ata_std_prereset(struct ata_port *ap); | 703 | extern int ata_std_prereset(struct ata_port *ap); |
704 | extern int ata_std_softreset(struct ata_port *ap, unsigned int *classes); | 704 | extern int ata_std_softreset(struct ata_port *ap, unsigned int *classes); |
705 | extern int sata_port_hardreset(struct ata_port *ap, | ||
706 | const unsigned long *timing); | ||
705 | extern int sata_std_hardreset(struct ata_port *ap, unsigned int *class); | 707 | extern int sata_std_hardreset(struct ata_port *ap, unsigned int *class); |
706 | extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); | 708 | extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); |
707 | extern void ata_port_disable(struct ata_port *); | 709 | extern void ata_port_disable(struct ata_port *); |