summaryrefslogtreecommitdiff
path: root/sys/arch/evbmips/include/types.h
blob: 7c96e26979608f53e7065ad95b2ba5b8de87b520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: types.h,v 1.10 2017/01/26 15:55:09 christos Exp $	*/

#ifndef _EVBMIPS_TYPES_H_
#define	_EVBMIPS_TYPES_H_

#define	_MIPS_PADDR_T_64BIT

#include <mips/types.h>

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_COMPAT_NETBSD32

#endif