git.samba.org
/
sfrench
/
cifs-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
599cad3505c135f2963e02f13cb5a74fad4bb7ae
[sfrench/cifs-2.6.git]
/
include
/
asm-x86
/
io.h
1
#define ARCH_HAS_IOREMAP_WC
2
3
#ifdef CONFIG_X86_32
4
# include "io_32.h"
5
#else
6
# include "io_64.h"
7
#endif
8
extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
9
unsigned long prot_val);
10
extern void __iomem * ioremap_wc(unsigned long offset, unsigned long size);
11