xref: /netbsd-src/sys/arch/cats/include/types.h (revision 28b83fe374ae25c1268a59dff56f55c3a4f859c8)
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