aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrian King <brking@us.ibm.com>2006-08-07 15:27:10 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-09 00:08:38 -0400
commitb03732f006bd1ecee32587ec8235c41af5ad905f (patch)
tree19e1a4abab97cc476d66641bc1043640d61464db /include
parentc256e95f7d602737e380f5f08666cc6a74023b4a (diff)
[PATCH] libata: Add ata_host_set_init
Add ata_host_set_init in preparation for SAS attached SATA. Signed-off-by: Brian King <brking@us.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-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 b9416708bba2..be15ef5d8d85 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -684,6 +684,8 @@ extern int ata_pci_clear_simplex(struct pci_dev *pdev);
684#endif /* CONFIG_PCI */ 684#endif /* CONFIG_PCI */
685extern int ata_device_add(const struct ata_probe_ent *ent); 685extern int ata_device_add(const struct ata_probe_ent *ent);
686extern void ata_port_detach(struct ata_port *ap); 686extern void ata_port_detach(struct ata_port *ap);
687extern void ata_host_set_init(struct ata_host_set *, struct device *,
688 unsigned long, const struct ata_port_operations *);
687extern void ata_host_set_remove(struct ata_host_set *host_set); 689extern void ata_host_set_remove(struct ata_host_set *host_set);
688extern int ata_scsi_detect(struct scsi_host_template *sht); 690extern int ata_scsi_detect(struct scsi_host_template *sht);
689extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 691extern int ata_scsi_ioctl(struct scsi_device *dev, int cmd, void __user *arg);