Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
e7736d47a11a771ba87314be563b2cb6b8d11d14
/
.
/
include
/
asm-arm
/
arch-ep93xx
/
io.h
blob: 7b4d25e290606a26d390f4df0cd04eb97ce8aecd [
file
] [
log
] [
blame
]
Lennert Buytenhek
e7736d4
2006-03-20 17:10:13 +0000
[
diff
] [
blame^
]
1
/*
2
* linux/include/asm-arm/arch-ep93xx/io.h
3
*/
4
5
#define
IO_SPACE_LIMIT
0xffffffff
6
7
#define
__io
(
p
)
((
void
__iomem
*)(
p
))
8
#define
__mem_pci
(
p
)
(
p
)