summaryrefslogtreecommitdiff
path: root/arch/score/include/asm/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/io.h')
-rw-r--r--arch/score/include/asm/io.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/score/include/asm/io.h b/arch/score/include/asm/io.h
new file mode 100644
index 000000000000..fbbfd7132e3b
--- /dev/null
+++ b/arch/score/include/asm/io.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_SCORE_IO_H
+#define _ASM_SCORE_IO_H
+
+#include <asm-generic/io.h>
+
+#define virt_to_bus virt_to_phys
+#define bus_to_virt phys_to_virt
+
+#endif /* _ASM_SCORE_IO_H */