1/*	$NetBSD: types.h,v 1.26 2017/01/26 15:55:10 christos Exp $	*/
2
3#ifndef _PMAX_TYPES_H_
4#define	_PMAX_TYPES_H_
5
6#include <mips/types.h>
7
8#define	__HAVE_DEVICE_REGISTER
9#define	__HAVE_COMPAT_NETBSD32
10
11/* MIPS specific options */
12#define	__HAVE_BOOTINFO_H
13#define	__HAVE_MIPS_MACHDEP_CACHE_CONFIG
14
15#endif
16