xref: /netbsd/sys/arch/playstation2/include/types.h (revision bf9ec67e)
1 /*	$NetBSD: types.h,v 1.2 2002/01/02 12:38:46 uch Exp $	*/
2 
3 #include <mips/types.h>
4 
5 #define	__HAVE_GENERIC_SOFT_INTERRUPTS
6 
7 #if defined(_KERNEL) && defined(MIPS3_5900)
8 typedef int int128_t __attribute__((__mode__(TI)));
9 typedef unsigned int u_int128_t __attribute__((__mode__(TI)));
10 #endif /* _KERNEL && MIPS3_5900 */
11