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

#ifndef _EVBPPC_TYPES_H_
#define	_EVBPPC_TYPES_H_

#include <powerpc/types.h>

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_COMPAT_NETBSD32

#endif