xref: /netbsd/sys/arch/cats/include/types.h (revision bf9ec67e)
1 /*	$NetBSD: types.h,v 1.4 2002/02/28 03:17:26 simonb Exp $	*/
2 
3 #ifndef _ARM32_TYPES_H_
4 #define	_ARM32_TYPES_H_
5 
6 #include <arm/arm32/types.h>
7 
8 #define	__HAVE_DEVICE_REGISTER
9 #define	__HAVE_NWSCONS
10 
11 #endif
12