x86: PAT make ioremap_change_attr non-static
[safe/jmp/linux-2.6] / include / asm-x86 / io.h
1 #ifdef CONFIG_X86_32
2 # include "io_32.h"
3 #else
4 # include "io_64.h"
5 #endif
6 extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
7                                 unsigned long prot_val);
8