xref: /openbmc/linux/arch/mips/include/asm/mach-ralink/spaces.h (revision 53e8558837be58c1d44d50ad87247a8c56c95c13)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_RALINK_SPACES_H_
3 #define __ASM_MACH_RALINK_SPACES_H_
4 
5 #define PCI_IOBASE	mips_io_port_base
6 #define PCI_IOSIZE	SZ_64K
7 #define IO_SPACE_LIMIT	(PCI_IOSIZE - 1)
8 
9 #define pci_remap_iospace pci_remap_iospace
10 
11 #include <asm/mach-generic/spaces.h>
12 #endif
13