xref: /netbsd-src/sys/arch/mac68k/include/types.h (revision fa2e10609e824c35160ff913ffc4aa5ada81cf6b)
1 /*	$NetBSD: types.h,v 1.21 2021/04/01 04:43:00 simonb Exp $	*/
2 
3 #ifndef _TYPES_MACHINE_
4 #define	_TYPES_MACHINE_
5 
6 #include <m68k/types.h>
7 
8 #define	__HAVE_LEGACY_INTRCNT
9 
10 #endif /* _TYPES_MACHINE_ */
11