xref: /netbsd-src/sys/arch/zaurus/include/types.h (revision e4cf3176829a383e56dec7bd6ff44e2f695ca21c)
1 /*	$NetBSD: types.h,v 1.7 2017/01/26 15:55:10 christos Exp $	*/
2 
3 #ifndef _ZAURUS_TYPES_H_
4 #define	_ZAURUS_TYPES_H_
5 
6 #include <arm/arm32/types.h>
7 
8 #define	__HAVE_DEVICE_REGISTER
9 #define	__HAVE_COMPAT_NETBSD32
10 
11 #endif	/* _ZAURUS_TYPES_H_ */
12