types.h revision 1.9
1/*	$NetBSD: types.h,v 1.9 2007/03/21 10:56:27 tsutsui Exp $	*/
2
3#ifndef _MACHINE_TYPES_H_
4#define	_MACHINE_TYPES_H_
5
6#include <m68k/types.h>
7#define __HAVE_GENERIC_SOFT_INTERRUPTS
8
9#endif
10