types.h revision 1.5
1/*	$NetBSD: types.h,v 1.5 2007/10/17 19:58:41 garbled Exp $	*/
2
3#ifndef _ZAURUS_TYPES_H_
4#define	_ZAURUS_TYPES_H_
5
6#include <arm/arm32/types.h>
7
8#define	__HAVE_DEVICE_REGISTER
9#define	__HAVE_GENERIC_TODR
10#define	__HAVE_TIMECOUNTER
11
12#endif	/* _ZAURUS_TYPES_H_ */
13