xref: /netbsd/sys/arch/x68k/include/types.h (revision bf9ec67e)
1 /*	$NetBSD: types.h,v 1.7 2002/02/28 03:17:37 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 
10 #define	__BROKEN_CONFIG_UNIT_USAGE
11 
12 #endif
13