Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: types.h,v 1.10 2017/01/26 15:55:10 christos Exp $	*/
      2 
      3 #ifndef _SHARK_TYPES_H_
      4 #define	_SHARK_TYPES_H_
      5 
      6 #include <arm/arm32/types.h>
      7 
      8 /* We need to invoke FIQs indirectly. */
      9 #define	__ARM_FIQ_INDIRECT
     10 
     11 #define	__HAVE_DEVICE_REGISTER
     12 #define	__HAVE_COMPAT_NETBSD32
     13 
     14 #endif /* _SHARK_TYPES_H_ */
     15