x86: PAT add set_memory_wc() interface
[linux-2.6-block.git] / include / asm-x86 / io.h
CommitLineData
96a388de
TG
1#ifdef CONFIG_X86_32
2# include "io_32.h"
3#else
4# include "io_64.h"
5#endif
3a96ce8c 6extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
7 unsigned long prot_val);
8