1 1.13 christos /* $NetBSD: frame.h,v 1.13 2003/10/27 00:16:42 christos Exp $ */ 2 1.1 eeh 3 1.11 mrg #include <sparc/frame.h> 4 1.12 christos 5 1.12 christos #ifndef _LOCORE 6 1.12 christos #ifdef COMPAT_16 7 1.12 christos void sendsig_sigcontext(const ksiginfo_t *, const sigset_t *); 8 1.12 christos #endif 9 1.12 christos 10 1.12 christos void *getframe(struct lwp *, int, int *); 11 1.12 christos #endif 12