summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/include/types.h
blob: c2e94c7584562d004dcb7750a205cd627e87b6a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: types.h,v 1.6 2021/04/01 04:35:46 simonb Exp $	*/

#ifndef _LANDISK_TYPES_H_
#define	_LANDISK_TYPES_H_

#include <sh3/types.h>

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_BUS_SPACE_8

#endif /* _LANDISK_TYPES_H_ */