From ed7b3435ff1b8869a46fa869b970a5b432f5aa12 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Tue, 21 Oct 2008 14:06:29 +0100 Subject: [PATCH] --- yaml --- r: 123806 b: refs/heads/master c: 2cd493fc10a5ad628dce8471ae72cf0882506735 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c/include/mach/io.h | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/arm/plat-s3c/include/mach/io.h diff --git a/[refs] b/[refs] index 83bf7404a3ff..a3643088fc1c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 112f4a708d7bb84298d1b34c734f90d027e7ec01 +refs/heads/master: 2cd493fc10a5ad628dce8471ae72cf0882506735 diff --git a/trunk/arch/arm/plat-s3c/include/mach/io.h b/trunk/arch/arm/plat-s3c/include/mach/io.h new file mode 100644 index 000000000000..10d28d66ace3 --- /dev/null +++ b/trunk/arch/arm/plat-s3c/include/mach/io.h @@ -0,0 +1,18 @@ +/* arch/arm/plat-s3c/include/mach/io.h + * + * Copyright 2008 Simtec Electronics + * Ben Dooks + * + * Default IO routines for plat-s3c based systems, such as S3C24A0 + */ + +#ifndef __ASM_ARM_ARCH_IO_H +#define __ASM_ARM_ARCH_IO_H + +/* No current ISA/PCI bus support. */ +#define __io(a) ((void __iomem *)(a)) +#define __mem_pci(a) (a) + +#define IO_SPACE_LIMIT (0xFFFFFFFF) + +#endif