io.h 226 字节
Newer Older
1
/*
2
 * arch/arm/mach-ep93xx/include/mach/io.h
3
 */
4

5 6
#ifndef __ASM_MACH_IO_H
#define __ASM_MACH_IO_H
7 8 9

#define IO_SPACE_LIMIT		0xffffffff

10 11 12 13
#define __io(p)			__typesafe_io(p)
#define __mem_pci(p)		(p)

#endif /* __ASM_MACH_IO_H */