diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-08-25 11:37:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-08-25 11:37:27 +0000 |
commit | 3358591713cd093d08ab6943b2bc0a9cb505d70a (patch) | |
tree | 10f14f7945ac6a03b6904f761b82615df35b6e54 /sys/arch/m68k/include | |
parent | 17f1f0da9189e82c93381a61aace686d52339576 (diff) |
One regdump to dump them all...
(moid@ wants that commit, because it interferes with stuff he's cleaning,
and he's prepared to clean up stuff I may have forgotten, even though this
was tested)
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h index f4e33bc9bfc..2723dcb9169 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.5 2001/08/20 20:24:07 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.6 2001/08/25 11:37:26 espie Exp $ */ /* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */ /* @@ -205,6 +205,11 @@ u_long getsfc __P((void)); int fusword __P((caddr_t)); int susword __P((caddr_t, u_short)); +/* regdump.c */ +struct trapframe; +void regdump __P((struct trapframe *, int)); + + #endif /* _KERNEL */ #endif /* _M68K_CPU_H_ */ |