diff options
author | 2001-08-20 20:24:07 +0000 | |
---|---|---|
committer | 2001-08-20 20:24:07 +0000 | |
commit | 9b6e850bcc47cca17afabbd2f21eaa9b724e9f39 (patch) | |
tree | 8d1dae60c8820debfd34ff85b7ba2a796f51a807 | |
parent | $OpenBSD$ (diff) | |
download | wireguard-openbsd-9b6e850bcc47cca17afabbd2f21eaa9b724e9f39.tar.xz wireguard-openbsd-9b6e850bcc47cca17afabbd2f21eaa9b724e9f39.zip |
cvs does not like me.
-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)); |