xref: /netbsd-src/sys/arch/playstation2/include/types.h (revision aad6ef8bb53467e46ac6eaf569f9972623d96e56)
1 /*	$NetBSD: types.h,v 1.8 2014/03/31 11:25:49 martin Exp $	*/
2 
3 #include <mips/types.h>
4 
5 #if defined(_KERNEL) && defined(MIPS3_5900)
6 typedef int int128_t __attribute__((__mode__(TI)));
7 typedef unsigned int u_int128_t __attribute__((__mode__(TI)));
8 #endif /* _KERNEL && MIPS3_5900 */
9