summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-10-07 13:53:25 +0000
committerniklas <niklas@openbsd.org>1997-10-07 13:53:25 +0000
commit63ddaae75dfc9c3313bfe6d9fda23c3a4d9e7f41 (patch)
tree8dee65916353238054924bc093633b5103624e70
parentNetBSD's new MI audio framework, but still only available for amiga, (diff)
downloadwireguard-openbsd-63ddaae75dfc9c3313bfe6d9fda23c3a4d9e7f41.tar.xz
wireguard-openbsd-63ddaae75dfc9c3313bfe6d9fda23c3a4d9e7f41.zip
Missing fusword prototype
-rw-r--r--sys/arch/m68k/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h
index 8b64024c317..b9e9a2748b0 100644
--- a/sys/arch/m68k/include/cpu.h
+++ b/sys/arch/m68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.3 1997/04/20 06:59:58 downsj Exp $ */
+/* $OpenBSD: cpu.h,v 1.4 1997/10/07 13:53:25 niklas Exp $ */
/* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */
/*
@@ -198,6 +198,7 @@ extern u_int mappedcopysize;
#endif /* MAPPEDCOPY */
/* copy.s */
+int fusword __P((caddr_t));
int susword __P((caddr_t, u_short));
#endif /* _KERNEL */