1/*	$NetBSD: types.h,v 1.6 2008/01/20 18:09:08 joerg Exp $	*/
2
3#include <mips/types.h>
4
5#if defined(_KERNEL) && defined(MIPS3_5900)
6typedef int int128_t __attribute__((__mode__(TI)));
7typedef unsigned int u_int128_t __attribute__((__mode__(TI)));
8#endif /* _KERNEL && MIPS3_5900 */
9