xref: /netbsd-src/sys/arch/dreamcast/include/setjmp.h (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1 /*	$NetBSD: setjmp.h,v 1.1 2000/12/11 18:19:16 marcus Exp $	*/
2 #ifndef _DREAMCAST_SETJMP_H_
3 #define _DREAMCAST_SETJMP_H_
4 
5 #include <sh3/setjmp.h>
6 
7 #endif /* _DREAMCAST_SETJMP_H_ */
8