types.h revision 1.3
1/*	$NetBSD: types.h,v 1.3 2021/04/01 04:35:45 simonb 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