blob: b2d4a094dabff5c46e9e6c6673eb55cdc044772e (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
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;
 |