x86: dma-ops on highmem fix
[sfrench/cifs-2.6.git] / include / asm-x86 / io.h
1 #define ARCH_HAS_IOREMAP_WC
2
3 #ifdef CONFIG_X86_32
4 # include "io_32.h"
5 #else
6 # include "io_64.h"
7 #endif
8 extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
9                                 unsigned long prot_val);
10 extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
11