1 /* $NetBSD: types.h,v 1.8 2007/10/17 19:57:09 garbled Exp $ */
3 #ifndef _SHARK_TYPES_H_
4 #define _SHARK_TYPES_H_
6 #include <arm/arm32/types.h>
8 /* We need to invoke FIQs indirectly. */
9 #define __ARM_FIQ_INDIRECT
11 #define __HAVE_DEVICE_REGISTER
13 #endif /* _SHARK_TYPES_H_ */