repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
[cris-mirror.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 */