NetBSD/sys/arch/sparc64/include/frame.h
2003-10-27 00:16:42 +00:00

12 lines
258 B
C

/* $NetBSD: frame.h,v 1.13 2003/10/27 00:16:42 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