git.samba.org
/
sfrench
/
cifs-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7b292d386713ee0466f882a8e637413ca0da826b
[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