Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
47143b094d4700842e42b0a7cc2548d7ae292690
/
.
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
io.h
blob: 7339fe46cb7ce93642d980d97df50affcdc614a0 [
file
] [
log
] [
blame
]
#ifndef
__ASM_MACH_IO_H
#define
__ASM_MACH_IO_H
#define
IO_SPACE_LIMIT
0xffffffff
#define
__io
(
a
)
((
void
__iomem
*)(
a
))
#define
__mem_pci
(
a
)
(
a
)
#endif
/* __ASM_MACH_IO_H */