summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/m68k/include/cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h
index 5fc92af1db8..8b64024c317 100644
--- a/sys/arch/m68k/include/cpu.h
+++ b/sys/arch/m68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.2 1997/02/10 11:11:48 downsj Exp $ */
+/* $OpenBSD: cpu.h,v 1.3 1997/04/20 06:59:58 downsj Exp $ */
/* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */
/*
@@ -196,6 +196,10 @@ int mappedcopyin __P((void *fromp, void *top, size_t count));
int mappedcopyout __P((void *fromp, void *top, size_t count));
extern u_int mappedcopysize;
#endif /* MAPPEDCOPY */
+
+/* copy.s */
+int susword __P((caddr_t, u_short));
+
#endif /* _KERNEL */
#endif /* _M68K_CPU_H_ */