xref: /netbsd-src/sys/arch/sparc64/include/frame.h (revision 23c8222edbfb0f0932d88a8351d3a0cf817dfb9e)
1 /*       $NetBSD: frame.h,v 1.13 2003/10/27 00:16:42 christos Exp $        */
2 
3 #include <sparc/frame.h>
4 
5 #ifndef _LOCORE
6 #ifdef COMPAT_16
7 void sendsig_sigcontext(const ksiginfo_t *, const sigset_t *);
8 #endif
9 
10 void *getframe(struct lwp *, int, int *);
11 #endif
12