blob: f6a53631b66583c1691d1b923d684f045dd9f865 [file] [log] [blame]
Ben Dooks2cd493f2008-10-21 14:06:29 +01001/* arch/arm/plat-s3c/include/mach/io.h
2 *
3 * Copyright 2008 Simtec Electronics
4 * Ben Dooks <ben-linux@fluff.org>
5 *
6 * Default IO routines for plat-s3c based systems, such as S3C24A0
7 */
8
9#ifndef __ASM_ARM_ARCH_IO_H
10#define __ASM_ARM_ARCH_IO_H
11
12/* No current ISA/PCI bus support. */
Russell King6fd7c7f2008-12-18 23:29:15 +000013#define __io(a) __typesafe_io(a)
Ben Dooks2cd493f2008-10-21 14:06:29 +010014#define __mem_pci(a) (a)
15
16#define IO_SPACE_LIMIT (0xFFFFFFFF)
17
18#endif