types.h revision 1.1
1/*	$NetBSD: types.h,v 1.1 1995/07/25 23:12:19 chuck Exp $	*/
2
3#ifndef _MACHINE_TYPES_H_
4#define _MACHINE_TYPES_H_
5
6#include <m68k/types.h>
7
8#define	__BDEVSW_DUMP_OLD_TYPE
9
10#endif
11