1 /* $NetBSD: types.h,v 1.13 2021/01/23 19:38:53 christos Exp $ */ 2 3 #ifndef _OFPPC_TYPES_H_ 4 #define _OFPPC_TYPES_H_ 5 6 #define __HAVE_NEW_STYLE_BUS_H 7 #define __HAVE_COMPAT_NETBSD32 8 #define __HAVE_BUS_SPACE_8 9 10 #include <powerpc/types.h> 11 12 #endif 13