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