Home | History | Annotate | Line # | Download | only in include
      1 /*       $NetBSD: frame.h,v 1.15 2008/11/20 22:50:52 martin Exp $        */
      2 
      3 #include <sparc/frame.h>
      4 
      5 #ifndef _LOCORE
      6 void *getframe(struct lwp *, int, int *);
      7 #endif
      8