2021-10-27 18:46:41 +05:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __ASM_MACH_RALINK_SPACES_H_
|
|
|
|
#define __ASM_MACH_RALINK_SPACES_H_
|
|
|
|
|
2022-03-05 21:17:59 +05:00
|
|
|
#define PCI_IOBASE mips_io_port_base
|
|
|
|
#define PCI_IOSIZE SZ_64K
|
2021-10-27 18:46:41 +05:00
|
|
|
#define IO_SPACE_LIMIT (PCI_IOSIZE - 1)
|
|
|
|
|
2022-03-05 21:17:59 +05:00
|
|
|
#define pci_remap_iospace pci_remap_iospace
|
|
|
|
|
2021-10-27 18:46:41 +05:00
|
|
|
#include <asm/mach-generic/spaces.h>
|
|
|
|
#endif
|