blob: 181bc62351c6c0acf553a7a9c53d89e2b51236e8 (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: types.h,v 1.5 2021/01/23 19:38:52 christos Exp $ */
#ifndef _DREAMCAST_TYPES_H_
#define _DREAMCAST_TYPES_H_
#include <sh3/types.h>
#define __HAVE_BUS_SPACE_8
#endif /* _DREAMCAST_TYPES_H_ */
|