repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools, slub: Fix off-by-one buffer corruption after readlink() call
[linux-2.6/linux-mips.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
io.h
blob
7339fe46cb7ce93642d980d97df50affcdc614a0
1
#ifndef __ASM_MACH_IO_H
2
#define __ASM_MACH_IO_H
3
4
#define IO_SPACE_LIMIT 0xffffffff
5
6
#define __io(a) ((void __iomem *)(a))
7
#define __mem_pci(a) (a)
8
9
#endif
/* __ASM_MACH_IO_H */