diff options
Diffstat (limited to 'sys/arch/mac68k/include/reg.h')
-rw-r--r-- | sys/arch/mac68k/include/reg.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/sys/arch/mac68k/include/reg.h b/sys/arch/mac68k/include/reg.h index dd2eb83b9c8..332cbe6c779 100644 --- a/sys/arch/mac68k/include/reg.h +++ b/sys/arch/mac68k/include/reg.h @@ -1,8 +1,14 @@ -/* $NetBSD: reg.h,v 1.9 1994/10/26 08:46:44 cgd Exp $ */ +/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */ -#ifndef _MACHINE_REG_H_ -#define _MACHINE_REG_H_ +#ifndef _REG_MACHINE_ +#define _REG_MACHINE_ +#include <machine/frame.h> #include <m68k/reg.h> -#endif /* _MACHINE_REG_H_ */ +__BEGIN_DECLS +/* machdep.c */ +void regdump __P((struct frame *, int)); +__END_DECLS + +#endif /* _REG_MACHINE_ */ |