xref: /netbsd-src/sys/arch/sparc64/include/frame.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
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