venkatesh.pallipadi@intel.com | b310f38 | 2008-03-18 17:00:24 -0700 | [diff] [blame] | 1 | #define ARCH_HAS_IOREMAP_WC |
| 2 | |
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 3 | #ifdef CONFIG_X86_32 |
| 4 | # include "io_32.h" |
| 5 | #else |
| 6 | # include "io_64.h" |
| 7 | #endif |
venkatesh.pallipadi@intel.com | 3a96ce8 | 2008-03-18 17:00:16 -0700 | [diff] [blame] | 8 | extern int ioremap_change_attr(unsigned long vaddr, unsigned long size, |
| 9 | unsigned long prot_val); |
Joe Perches | 1774a5b | 2008-03-23 01:02:25 -0700 | [diff] [blame] | 10 | extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size); |
venkatesh.pallipadi@intel.com | 3a96ce8 | 2008-03-18 17:00:16 -0700 | [diff] [blame] | 11 | |