1 /* $NetBSD: frame.h,v 1.12 2003/10/26 08:06:56 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 void buildcontext(struct lwp *, void *, const void *, void *); 12 #endif 13