aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 292491324b01..43a4f9cae67d 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1053,5 +1053,13 @@ extern unsigned long pci_cardbus_mem_size;
1053 1053
1054extern int pcibios_add_platform_entries(struct pci_dev *dev); 1054extern int pcibios_add_platform_entries(struct pci_dev *dev);
1055 1055
1056#ifdef CONFIG_PCI_MMCONFIG
1057extern void __init pci_mmcfg_early_init(int type);
1058extern void __init pci_mmcfg_late_init(void);
1059#else
1060static inline void pci_mmcfg_early_init(int type) { }
1061static inline void pci_mmcfg_late_init(void) { }
1062#endif
1063
1056#endif /* __KERNEL__ */ 1064#endif /* __KERNEL__ */
1057#endif /* LINUX_PCI_H */ 1065#endif /* LINUX_PCI_H */