summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include/types.h
blob: ac8ebc3b02e24607a32c18a8e3538762cbaa9231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: types.h,v 1.13 2021/01/23 19:38:53 christos Exp $	*/

#ifndef _OFPPC_TYPES_H_
#define	_OFPPC_TYPES_H_

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_COMPAT_NETBSD32
#define	__HAVE_BUS_SPACE_8

#include <powerpc/types.h>

#endif