1 /* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */ 2 3 #ifndef _REG_MACHINE_ 4 #define _REG_MACHINE_ 5 6 #include <machine/frame.h> 7 #include <m68k/reg.h> 8 9 __BEGIN_DECLS 10 /* machdep.c */ 11 void regdump __P((struct frame *, int)); 12 __END_DECLS 13 14 #endif /* _REG_MACHINE_ */ 15