aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/io.h')
-rw-r--r--arch/arm/include/asm/io.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h
index 42871fb8340e..2cfbc531f63b 100644
--- a/arch/arm/include/asm/io.h
+++ b/arch/arm/include/asm/io.h
@@ -187,6 +187,16 @@ static inline void pci_ioremap_set_mem_type(int mem_type) {}
187extern int pci_ioremap_io(unsigned int offset, phys_addr_t phys_addr); 187extern int pci_ioremap_io(unsigned int offset, phys_addr_t phys_addr);
188 188
189/* 189/*
190 * PCI configuration space mapping function.
191 *
192 * The PCI specification does not allow configuration write
193 * transactions to be posted. Add an arch specific
194 * pci_remap_cfgspace() definition that is implemented
195 * through strongly ordered memory mappings.
196 */
197#define pci_remap_cfgspace pci_remap_cfgspace
198void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
199/*
190 * Now, pick up the machine-defined IO definitions 200 * Now, pick up the machine-defined IO definitions
191 */ 201 */
192#ifdef CONFIG_NEED_MACH_IO_H 202#ifdef CONFIG_NEED_MACH_IO_H