diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/libata.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 06cf23f0b3c7..300daf6c50d0 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -734,9 +734,14 @@ extern int ata_pci_device_resume(struct pci_dev *pdev); | |||
734 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); | 734 | extern int ata_pci_clear_simplex(struct pci_dev *pdev); |
735 | #endif /* CONFIG_PCI */ | 735 | #endif /* CONFIG_PCI */ |
736 | extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports); | 736 | extern struct ata_host *ata_host_alloc(struct device *dev, int max_ports); |
737 | extern struct ata_host *ata_host_alloc_pinfo(struct device *dev, | ||
738 | const struct ata_port_info * const * ppi, int n_ports); | ||
737 | extern int ata_host_start(struct ata_host *host); | 739 | extern int ata_host_start(struct ata_host *host); |
738 | extern int ata_host_register(struct ata_host *host, | 740 | extern int ata_host_register(struct ata_host *host, |
739 | struct scsi_host_template *sht); | 741 | struct scsi_host_template *sht); |
742 | extern int ata_host_activate(struct ata_host *host, int irq, | ||
743 | irq_handler_t irq_handler, unsigned long irq_flags, | ||
744 | struct scsi_host_template *sht); | ||
740 | extern int ata_device_add(const struct ata_probe_ent *ent); | 745 | extern int ata_device_add(const struct ata_probe_ent *ent); |
741 | extern void ata_host_detach(struct ata_host *host); | 746 | extern void ata_host_detach(struct ata_host *host); |
742 | extern void ata_host_init(struct ata_host *, struct device *, | 747 | extern void ata_host_init(struct ata_host *, struct device *, |