summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/include/types.h
blob: 9c59ea96367572dc2b95b1009e06635ee9c43c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: types.h,v 1.12 2017/01/26 15:55:09 christos Exp $	*/

#ifndef _COBALT_TYPES_H_
#define	_COBALT_TYPES_H_

#include <mips/types.h>

#define	__HAVE_NEW_STYLE_BUS_H
#define	__HAVE_COMPAT_NETBSD32

#endif