[ARM] S3C24A0: Initial architecture support files
[safe/jmp/linux-2.6] / arch / arm / mach-s3c24a0 / include / mach / io.h
diff --git a/arch/arm/mach-s3c24a0/include/mach/io.h b/arch/arm/mach-s3c24a0/include/mach/io.h
new file mode 100644 (file)
index 0000000..c163364
--- /dev/null
@@ -0,0 +1,16 @@
+/* arch/arm/mach-s3c24a0/include/mach/io.h
+ *
+ * Copyright 2008 Simtec Electronics
+ *     Ben Dooks <ben-linux@fluff.org>
+ *
+ * IO access and mapping routines for the 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)
+
+#endif