1 /* $NetBSD: types.h,v 1.15 2021/04/01 04:35:45 simonb Exp $ */ 2 3 #ifndef _CATS_TYPES_H_ 4 #define _CATS_TYPES_H_ 5 6 #define __HAVE_FAST_SOFTINTS 7 #include <arm/arm32/types.h> 8 #define __HAVE_NEW_STYLE_BUS_H 9 #define __HAVE_COMPAT_NETBSD32 10 11 #endif 12