xref: /netbsd/sys/arch/hp300/include/types.h (revision c4a72b64)
1 /*	$NetBSD: types.h,v 1.13 2002/09/22 08:30:57 simonb Exp $	*/
2 
3 #ifndef _MACHINE_TYPES_H_
4 #define	_MACHINE_TYPES_H_
5 
6 #include <m68k/types.h>
7 
8 #define	__HAVE_DEVICE_REGISTER
9 #define	__HAVE_GENERIC_SOFT_INTERRUPTS
10 #define	__HAVE_RAS
11 
12 #endif
13