1/*       $NetBSD: frame.h,v 1.14 2005/12/11 12:19:10 christos Exp $        */
2
3#include <sparc/frame.h>
4
5#ifndef _LOCORE
6void *getframe(struct lwp *, int, int *);
7#endif
8