types.h revision 1.5
1/*	$NetBSD: types.h,v 1.5 2000/05/16 05:45:48 thorpej Exp $	*/
2
3#ifndef _MACHINE_TYPES_H_
4#define _MACHINE_TYPES_H_
5
6#include <m68k/types.h>
7
8#define __BROKEN_CONFIG_UNIT_USAGE
9#define	__BROKEN_DK_ESTABLISH
10
11#endif
12