aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/libata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index bda26e86f05f..06cf23f0b3c7 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -733,7 +733,10 @@ extern int ata_pci_device_resume(struct pci_dev *pdev);
733#endif 733#endif
734extern int ata_pci_clear_simplex(struct pci_dev *pdev); 734extern int ata_pci_clear_simplex(struct pci_dev *pdev);
735#endif /* CONFIG_PCI */ 735#endif /* CONFIG_PCI */
736extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports);
736extern int ata_host_start(struct ata_host *host); 737extern int ata_host_start(struct ata_host *host);
738extern int ata_host_register(struct ata_host *host,
739 struct scsi_host_template *sht);
737extern int ata_device_add(const struct ata_probe_ent *ent); 740extern int ata_device_add(const struct ata_probe_ent *ent);
738extern void ata_host_detach(struct ata_host *host); 741extern void ata_host_detach(struct ata_host *host);
739extern void ata_host_init(struct ata_host *, struct device *, 742extern void ata_host_init(struct ata_host *, struct device *,