diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 300daf6c50d0..400429f9cd9d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -892,6 +892,8 @@ struct pci_bits { | |||
892 | 892 | ||
893 | extern struct ata_probe_ent * | 893 | extern struct ata_probe_ent * |
894 | ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask); | 894 | ata_pci_init_native_mode(struct pci_dev *pdev, struct ata_port_info **port, int portmask); |
895 | extern int ata_pci_init_native_host(struct ata_host *host, | ||
896 | unsigned int port_mask); | ||
895 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); | 897 | extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); |
896 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); | 898 | extern unsigned long ata_pci_default_filter(struct ata_device *, unsigned long); |
897 | #endif /* CONFIG_PCI */ | 899 | #endif /* CONFIG_PCI */ |