xref: /netbsd-src/sys/arch/landisk/include/types.h (revision 28b83fe374ae25c1268a59dff56f55c3a4f859c8)
1 /*	$NetBSD: types.h,v 1.6 2021/04/01 04:35:46 simonb Exp $	*/
2 
3 #ifndef _LANDISK_TYPES_H_
4 #define	_LANDISK_TYPES_H_
5 
6 #include <sh3/types.h>
7 
8 #define	__HAVE_NEW_STYLE_BUS_H
9 #define	__HAVE_BUS_SPACE_8
10 
11 #endif /* _LANDISK_TYPES_H_ */
12