aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/include/mach/io.h
blob: 1ab9a90ad33949b4dee55331eff8762fd21e59fe (plain) (blame)
1
2
3
4
5
6
7
8
/*
 * arch/arm/mach-ep93xx/include/mach/io.h
 */

#define IO_SPACE_LIMIT		0xffffffff

#define __io(p)			((void __iomem *)(p))
#define __mem_pci(p)		(p)