summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sc/include/mach/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sc/include/mach/io.h')
-rw-r--r--arch/arm/mach-sc/include/mach/io.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-sc/include/mach/io.h b/arch/arm/mach-sc/include/mach/io.h
new file mode 100644
index 00000000..a023948b
--- /dev/null
+++ b/arch/arm/mach-sc/include/mach/io.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2012 Spreadtrum Communications Inc.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef __ASM_ARM_ARCH_IO_H
+#define __ASM_ARM_ARCH_IO_H
+
+#include <asm/system.h>
+#include <asm/io.h>
+
+#define IO_SPACE_LIMIT 0xffffffff
+
+#define __io(a) ((void __iomem *)(a))
+#define __mem_pci(a) (a)
+
+#endif