Sign in
coral
/
linux-mtk
/
c334bc150524f833db3c76a0aaf55fb5044444e1
/
.
/
arch
/
arm
/
mach-ep93xx
/
include
/
mach
/
io.h
blob: 17e76ef14c30e9372065d7e91ebcea019a6afcee [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-ep93xx/include/mach/io.h
*/
#ifndef
__ASM_MACH_IO_H
#define
__ASM_MACH_IO_H
#define
IO_SPACE_LIMIT
0xffffffff
#define
__io
(
p
)
__typesafe_io
(
p
)
#define
__mem_pci
(
p
)
(
p
)
#endif
/* __ASM_MACH_IO_H */