1/*	$NetBSD: types.h,v 1.12 2017/01/26 15:55:09 christos Exp $	*/
2
3#ifndef _COBALT_TYPES_H_
4#define	_COBALT_TYPES_H_
5
6#include <mips/types.h>
7
8#define	__HAVE_NEW_STYLE_BUS_H
9#define	__HAVE_COMPAT_NETBSD32
10
11#endif
12