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