aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/pci_x86.h')
-rw-r--r--arch/x86/include/asm/pci_x86.h7
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 {
100extern const struct pci_raw_ops *raw_pci_ops; 100extern const struct pci_raw_ops *raw_pci_ops;
101extern const struct pci_raw_ops *raw_pci_ext_ops; 101extern const struct pci_raw_ops *raw_pci_ext_ops;
102 102
103extern const struct pci_raw_ops pci_mmcfg;
103extern const struct pci_raw_ops pci_direct_conf1; 104extern const struct pci_raw_ops pci_direct_conf1;
104extern bool port_cf9_safe; 105extern bool port_cf9_safe;
105 106
@@ -135,6 +136,12 @@ struct pci_mmcfg_region {
135 136
136extern int __init pci_mmcfg_arch_init(void); 137extern int __init pci_mmcfg_arch_init(void);
137extern void __init pci_mmcfg_arch_free(void); 138extern void __init pci_mmcfg_arch_free(void);
139extern int __devinit pci_mmcfg_arch_map(struct pci_mmcfg_region *cfg);
140extern void pci_mmcfg_arch_unmap(struct pci_mmcfg_region *cfg);
141extern int __devinit pci_mmconfig_insert(struct device *dev,
142 u16 seg, u8 start,
143 u8 end, phys_addr_t addr);
144extern int pci_mmconfig_delete(u16 seg, u8 start, u8 end);
138extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus); 145extern struct pci_mmcfg_region *pci_mmconfig_lookup(int segment, int bus);
139 146
140extern struct list_head pci_mmcfg_list; 147extern struct list_head pci_mmcfg_list;