types.h revision 1.7
1/* $NetBSD: types.h,v 1.7 2006/09/15 16:28:41 gdamore Exp $ */
2
3#ifndef _ARM32_TYPES_H_
4#define	_ARM32_TYPES_H_
5
6#include <arm/arm32/types.h>
7
8#define __HAVE_GENERIC_SOFT_INTERRUPTS
9#define __HAVE_DEVICE_REGISTER
10#define	__HAVE_TIMECOUNTER
11#define	__HAVE_GENERIC_TODR
12
13#endif
14