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

14 lines
283 B
C
Raw Normal View History

/*
* $Id: frame.h,v 1.3 1994/01/08 19:08:49 cgd Exp $
*/
/* use the common m68k definition */
#include <m68k/frame.h>
1993-08-08 16:18:27 +04:00
/* XXX -- stack frame for making boot rom calls. should be elsewere */
1993-08-08 16:18:27 +04:00
struct funcall_frame {
struct funcall_frame *fr_savfp;
int fr_savpc;
int fr_arg[1];
1993-08-08 16:18:27 +04:00
};