spaces.h 346 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_MACH_RALINK_SPACES_H_
  3. #define __ASM_MACH_RALINK_SPACES_H_
  4. #define PCI_IOBASE mips_io_port_base
  5. #define PCI_IOSIZE SZ_64K
  6. #define IO_SPACE_LIMIT (PCI_IOSIZE - 1)
  7. #ifdef CONFIG_PCI_DRIVERS_GENERIC
  8. #define pci_remap_iospace pci_remap_iospace
  9. #endif
  10. #include <asm/mach-generic/spaces.h>
  11. #endif