regdump() is prototyped in m68k/cpu.h now

This commit is contained in:
thorpej 1997-04-09 20:12:44 +00:00
parent b7f72bd8a9
commit 2550431af9

View File

@ -1,4 +1,4 @@
/* $NetBSD: reg.h,v 1.10 1996/05/05 06:18:00 briggs Exp $ */
/* $NetBSD: reg.h,v 1.11 1997/04/09 20:12:44 thorpej Exp $ */
#ifndef _REG_MACHINE_
#define _REG_MACHINE_
@ -6,9 +6,4 @@
#include <machine/frame.h>
#include <m68k/reg.h>
__BEGIN_DECLS
/* machdep.c */
void regdump __P((struct frame *, int));
__END_DECLS
#endif /* _REG_MACHINE_ */