diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index ccb055636f37..4374c4277780 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1033,6 +1033,9 @@ extern int ata_pci_init_bmdma(struct ata_host *host); | |||
1033 | extern int ata_pci_prepare_sff_host(struct pci_dev *pdev, | 1033 | extern int ata_pci_prepare_sff_host(struct pci_dev *pdev, |
1034 | const struct ata_port_info * const * ppi, | 1034 | const struct ata_port_info * const * ppi, |
1035 | struct ata_host **r_host); | 1035 | struct ata_host **r_host); |
1036 | extern int ata_pci_activate_sff_host(struct ata_host *host, | ||
1037 | irq_handler_t irq_handler, | ||
1038 | struct scsi_host_template *sht); | ||
1036 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); | 1039 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); |
1037 | extern unsigned long ata_pci_default_filter(struct ata_device *dev, | 1040 | extern unsigned long ata_pci_default_filter(struct ata_device *dev, |
1038 | unsigned long xfer_mask); | 1041 | unsigned long xfer_mask); |