diff options
Diffstat (limited to 'sys/arch/m68k/include/cpu.h')
-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 2723dcb9169..5c1f46f081c 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.6 2001/08/25 11:37:26 espie Exp $ */ +/* $OpenBSD: cpu.h,v 1.7 2001/11/25 17:15:19 miod 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)); +/* m68k_machdep.c */ +struct proc; +struct frame; +void userret __P((struct proc *, struct frame *, u_quad_t, u_int, int)); + /* regdump.c */ struct trapframe; void regdump __P((struct trapframe *, int)); |