]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/asm-x86/io.h
devmem: add range_is_allowed() check to mmap of /dev/mem
[mirror_ubuntu-artful-kernel.git] / include / asm-x86 / io.h
CommitLineData
b310f381 1#define ARCH_HAS_IOREMAP_WC
2
96a388de
TG
3#ifdef CONFIG_X86_32
4# include "io_32.h"
5#else
6# include "io_64.h"
7#endif
3a96ce8c 8extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
9 unsigned long prot_val);
1774a5be 10extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
3a96ce8c 11