types.h revision 1.2
1/*	$NetBSD: types.h,v 1.2 2007/01/08 20:56:34 peter 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_SOFT_INTERRUPTS
10
11#endif	/* _ZAURUS_TYPES_H_ */
12