diff options
Diffstat (limited to 'arch/x86/include/asm/pci_x86.h')
-rw-r--r-- | arch/x86/include/asm/pci_x86.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h index b3a531746026..b2652e95b3d7 100644 --- a/arch/x86/include/asm/pci_x86.h +++ b/arch/x86/include/asm/pci_x86.h | |||
@@ -100,6 +100,7 @@ struct pci_raw_ops { | |||
100 | extern const struct pci_raw_ops *raw_pci_ops; | 100 | extern const struct pci_raw_ops *raw_pci_ops; |
101 | extern const struct pci_raw_ops *raw_pci_ext_ops; | 101 | extern const struct pci_raw_ops *raw_pci_ext_ops; |
102 | 102 | ||
103 | extern const struct pci_raw_ops pci_mmcfg; | ||
103 | extern const struct pci_raw_ops pci_direct_conf1; | 104 | extern const struct pci_raw_ops pci_direct_conf1; |
104 | extern bool port_cf9_safe; | 105 | extern bool port_cf9_safe; |
105 | 106 | ||
@@ -135,6 +136,12 @@ struct pci_mmcfg_region { | |||
135 | 136 | ||
136 | extern int __init pci_mmcfg_arch_init(void); | 137 | extern int __init pci_mmcfg_arch_init(void); |
137 | extern void __init pci_mmcfg_arch_free(void); | 138 | extern void __init pci_mmcfg_arch_free(void); |
139 | extern int __devinit pci_mmcfg_arch_map(struct pci_mmcfg_region *cfg); | ||
140 | extern void pci_mmcfg_arch_unmap(struct pci_mmcfg_region *cfg); | ||
141 | extern int __devinit pci_mmconfig_insert(struct device *dev, | ||
142 | u16 seg, u8 start, | ||
143 | u8 end, phys_addr_t addr); | ||
144 | extern int pci_mmconfig_delete(u16 seg, u8 start, u8 end); | ||
138 | extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus); | 145 | extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus); |
139 | 146 | ||
140 | extern struct list_head pci_mmcfg_list; | 147 | extern struct list_head pci_mmcfg_list; |