Home | History | Annotate | Line # | Download | only in include
frame.h revision 1.12
      1  1.12  christos /*       $NetBSD: frame.h,v 1.12 2003/10/26 08:06:56 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 void buildcontext(struct lwp *, void *, const void *, void *);
     12  1.12  christos #endif
     13