xref: /netbsd/sys/arch/netwinder/include/types.h (revision c4a72b64)
1 /* $NetBSD: types.h,v 1.4 2002/11/03 21:43:32 chris Exp $ */
2 
3 #ifndef _ARM32_TYPES_H_
4 #define	_ARM32_TYPES_H_
5 
6 #include <arm/arm32/types.h>
7 
8 #define __HAVE_GENERIC_SOFT_INTERRUPTS
9 #define __HAVE_DEVICE_REGISTER
10 #define __HAVE_NWSCONS
11 
12 #endif
13