summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lib/io.c')
-rw-r--r--arch/mips/lib/io.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/lib/io.c b/arch/mips/lib/io.c
new file mode 100644
index 0000000000..b2d4a094da
--- /dev/null
+++ b/arch/mips/lib/io.c
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2003
+ * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/*
+ * mips_io_port_base is the begin of the address space to which x86 style
+ * I/O ports are mapped.
+ */
+const unsigned long mips_io_port_base = -1;
OpenPOWER on IntegriCloud