Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_MACH_RALINK_SPACES_H_
0003 #define __ASM_MACH_RALINK_SPACES_H_
0004 
0005 #define PCI_IOBASE  mips_io_port_base
0006 #define PCI_IOSIZE  SZ_64K
0007 #define IO_SPACE_LIMIT  (PCI_IOSIZE - 1)
0008 
0009 #ifdef CONFIG_PCI_DRIVERS_GENERIC
0010 #define pci_remap_iospace pci_remap_iospace
0011 #endif
0012 
0013 #include <asm/mach-generic/spaces.h>
0014 #endif