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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 86a504f0ef06..66dce58f1941 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -485,6 +485,8 @@ extern int ata_std_softreset(struct ata_port *ap, int verbose,
485extern int sata_std_hardreset(struct ata_port *ap, int verbose, 485extern int sata_std_hardreset(struct ata_port *ap, int verbose,
486 unsigned int *class); 486 unsigned int *class);
487extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes); 487extern void ata_std_postreset(struct ata_port *ap, unsigned int *classes);
488extern int ata_dev_revalidate(struct ata_port *ap, struct ata_device *dev,
489 int post_reset);
488extern void ata_port_disable(struct ata_port *); 490extern void ata_port_disable(struct ata_port *);
489extern void ata_std_ports(struct ata_ioports *ioaddr); 491extern void ata_std_ports(struct ata_ioports *ioaddr);
490#ifdef CONFIG_PCI 492#ifdef CONFIG_PCI