linux/arch/mips/include/asm/mach-ralink/spaces.h

9 lines
191 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_MACH_RALINK_SPACES_H_
#define __ASM_MACH_RALINK_SPACES_H_
#define IO_SPACE_LIMIT 0x1fffffff
#include <asm/mach-generic/spaces.h>
#endif