diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 20:24:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-20 20:24:08 +0000 |
commit | 52f37cf72cfe018a73dcb28a9293c58f351387b8 (patch) | |
tree | 11f87ae81f0da97cc295a851c34a0056339555af /sys/arch/m68k | |
parent | 3b9e1fb0faf0c37a58d49ea31362d48f23c7cc17 (diff) |
cvs does not like me.
Diffstat (limited to 'sys/arch/m68k')
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h index b9e9a2748b0..f4e33bc9bfc 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.4 1997/10/07 13:53:25 niklas Exp $ */ +/* $OpenBSD: cpu.h,v 1.5 2001/08/20 20:24:07 miod Exp $ */ /* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */ /* @@ -197,6 +197,10 @@ int mappedcopyout __P((void *fromp, void *top, size_t count)); extern u_int mappedcopysize; #endif /* MAPPEDCOPY */ +/* locore.s */ +u_long getdfc __P((void)); +u_long getsfc __P((void)); + /* copy.s */ int fusword __P((caddr_t)); int susword __P((caddr_t, u_short)); |