NetBSD/sys/arch/sparc64/include/frame.h
2005-12-11 12:16:03 +00:00

12 lines
258 B
C

/* $NetBSD: frame.h,v 1.14 2005/12/11 12:19:10 christos Exp $ */
#include <sparc/frame.h>
#ifndef _LOCORE
#ifdef COMPAT_16
void sendsig_sigcontext(const ksiginfo_t *, const sigset_t *);
#endif
void *getframe(struct lwp *, int, int *);
#endif