types.h revision 1.2
1/*	$NetBSD: types.h,v 1.2 2011/06/12 04:22:18 tsutsui Exp $	*/
2
3#include <mips/types.h>
4
5#define	__HAVE_DEVICE_REGISTER
6#define	__HAVE_GENERIC_SOFT_INTERRUPTS
7/* We'll use the FreeRunning counter everywhere */
8#define __HAVE_TIMECOUNTER
9
10/* MIPS specific options */
11#define	__HAVE_BOOTINFO_H
12#define	__HAVE_MIPS_MACHDEP_CACHE_CONFIG
13