xref: /openbmc/linux/arch/mips/include/asm/mach-ralink/spaces.h (revision 67bb66d32905627e29400e2cb7f87a7c4c8cf667)
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	_AC(0xa0000000, UL)
6 #define PCI_IOSIZE	SZ_16M
7 #define IO_SPACE_LIMIT	(PCI_IOSIZE - 1)
8 
9 #include <asm/mach-generic/spaces.h>
10 #endif
11