NetBSD/sys/arch/sparc64/include/frame.h

12 lines
258 B
C
Raw Normal View History

2005-12-11 15:16:03 +03:00
/* $NetBSD: frame.h,v 1.14 2005/12/11 12:19:10 christos Exp $ */
1998-06-20 08:58:50 +04:00
#include <sparc/frame.h>
2003-10-26 11:06:56 +03:00
#ifndef _LOCORE
#ifdef COMPAT_16
void sendsig_sigcontext(const ksiginfo_t *, const sigset_t *);
#endif
void *getframe(struct lwp *, int, int *);
#endif