Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: types.h,v 1.19 2021/04/01 04:42:59 simonb Exp $	*/
      2 
      3 #ifndef _MACHINE_TYPES_H_
      4 #define	_MACHINE_TYPES_H_
      5 
      6 #include <m68k/types.h>
      7 
      8 #define	__HAVE_BUS_SPACE_8
      9 #define	__HAVE_LEGACY_INTRCNT
     10 #define	__HAVE_MM_MD_READWRITE
     11 #define	__HAVE_NEW_STYLE_BUS_H
     12 
     13 #endif
     14