Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
f8dd4af6d44b4b738f125f6a21afa885f3b1d13b
/
.
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
io.h
blob: 1ab9a90ad33949b4dee55331eff8762fd21e59fe [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-ep93xx/include/mach/io.h
*/
#define
IO_SPACE_LIMIT
0xffffffff
#define
__io
(
p
)
((
void
__iomem
*)(
p
))
#define
__mem_pci
(
p
)
(
p
)