1 /* $NetBSD: types.h,v 1.18 2021/04/01 04:35:47 simonb Exp $ */ 2 3 #ifndef _SGIMIPS_TYPES_H_ 4 #define _SGIMIPS_TYPES_H_ 5 6 #define _MIPS_PADDR_T_64BIT 7 8 #include <mips/types.h> 9 10 #define __HAVE_NEW_STYLE_BUS_H 11 12 /* MIPS specific options */ 13 #define __HAVE_BOOTINFO_H 14 #define __HAVE_MIPS_MACHDEP_CACHE_CONFIG 15 #define __HAVE_COMPAT_NETBSD32 16 17 #endif 18