types.h revision 1.1
1/*	$NetBSD: types.h,v 1.1 2011/01/26 01:18:52 pooka 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/* ..and that's good enough for a 58k year TODR as well */
10#define __HAVE_GENERIC_TODR
11
12/* MIPS specific options */
13#define	__HAVE_BOOTINFO_H
14#define	__HAVE_MIPS_MACHDEP_CACHE_CONFIG
15