From 65029cff7d3d49718f889f8f235f341ec98b8a1c Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 20 Apr 1997 06:59:59 +0000 Subject: Add a prototype for susword(). --- sys/arch/m68k/include/cpu.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys') 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_ */ -- cgit v1.2.3