Home | History | Annotate | Line # | Download | only in include
frame.h revision 1.14.84.1
      1 /*       $NetBSD: frame.h,v 1.14.84.1 2008/12/13 01:13:29 haad Exp $        */
      2 
      3 #include <sparc/frame.h>
      4 
      5 #ifndef _LOCORE
      6 void *getframe(struct lwp *, int, int *);
      7 #endif
      8