types.h revision 1.16
1/*	$NetBSD: types.h,v 1.16 2011/12/18 09:12:18 tsutsui Exp $	*/
2
3#ifndef _MACHINE_TYPES_H_
4#define	_MACHINE_TYPES_H_
5
6#include <m68k/types.h>
7
8#define __HAVE_MM_MD_READWRITE
9#define __HAVE_NEW_STYLE_BUS_H
10
11#endif
12