1/*	$NetBSD: types.h,v 1.10 2017/01/26 15:55:09 christos Exp $	*/
2
3#ifndef _EVBMIPS_TYPES_H_
4#define	_EVBMIPS_TYPES_H_
5
6#define	_MIPS_PADDR_T_64BIT
7
8#include <mips/types.h>
9
10#define	__HAVE_NEW_STYLE_BUS_H
11#define	__HAVE_COMPAT_NETBSD32
12
13#endif
14