blob: 7b292d386713ee0466f882a8e637413ca0da826b [file] [log] [blame]
venkatesh.pallipadi@intel.comb310f381d2008-03-18 17:00:24 -07001#define ARCH_HAS_IOREMAP_WC
2
Thomas Gleixner96a388d2007-10-11 11:20:03 +02003#ifdef CONFIG_X86_32
4# include "io_32.h"
5#else
6# include "io_64.h"
7#endif
venkatesh.pallipadi@intel.com3a96ce82008-03-18 17:00:16 -07008extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
9 unsigned long prot_val);
Joe Perches1774a5b2008-03-23 01:02:25 -070010extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
venkatesh.pallipadi@intel.com3a96ce82008-03-18 17:00:16 -070011