1222b2771SSergio Paracuellos /* SPDX-License-Identifier: GPL-2.0 */ 2222b2771SSergio Paracuellos #ifndef __ASM_MACH_RALINK_SPACES_H_ 3222b2771SSergio Paracuellos #define __ASM_MACH_RALINK_SPACES_H_ 4222b2771SSergio Paracuellos 5ebe7e788SSergio Paracuellos #define PCI_IOBASE mips_io_port_base 6ebe7e788SSergio Paracuellos #define PCI_IOSIZE SZ_64K 71958beb8SSergio Paracuellos #define IO_SPACE_LIMIT (PCI_IOSIZE - 1) 8222b2771SSergio Paracuellos 9*7e4fd16bSTiezhu Yang #ifdef CONFIG_PCI_DRIVERS_GENERIC 1009d97da6STiezhu Yang #define pci_remap_iospace pci_remap_iospace 11*7e4fd16bSTiezhu Yang #endif 1209d97da6STiezhu Yang 13222b2771SSergio Paracuellos #include <asm/mach-generic/spaces.h> 14222b2771SSergio Paracuellos #endif 15