summaryrefslogtreecommitdiff
path: root/include/asm-x86/io.h
blob: 7b292d386713ee0466f882a8e637413ca0da826b (plain)
1
2
3
4
5
6
7
8
9
10
11
#define ARCH_HAS_IOREMAP_WC

#ifdef CONFIG_X86_32
# include "io_32.h"
#else
# include "io_64.h"
#endif
extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
				unsigned long prot_val);
extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);