aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-02-25 16:50:52 -0500
committerJeff Garzik <jeff@garzik.org>2007-04-28 14:15:54 -0400
commit43727fbc753c63f9d2764c56467303698cc52c14 (patch)
tree66f4d58a5e9098f85e95636abbce675ebea8c523 /include
parent[libata] sata_mv: remove extra braces (diff)
downloadlinux-dev-43727fbc753c63f9d2764c56467303698cc52c14.tar.xz
linux-dev-43727fbc753c63f9d2764c56467303698cc52c14.zip
[libata] export sata_print_link_status()
To be used in sata_mv's exception handling code, and overall is a generally useful function. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-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 0cfbcb6f08eb..a41749820964 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -701,6 +701,7 @@ static inline int ata_port_is_dummy(struct ata_port *ap)
return ap->ops == &ata_dummy_port_ops;
}
+extern void sata_print_link_status(struct ata_port *ap);
extern void ata_port_probe(struct ata_port *);
extern void __sata_phy_reset(struct ata_port *ap);
extern void sata_phy_reset(struct ata_port *ap);