diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-07 13:53:26 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-07 13:53:26 +0000 |
commit | 843d55bb35c6668aededf4420d04dc00069e765d (patch) | |
tree | d092258d76a4f192f58be8db3a96b4f93816b212 | |
parent | 21e5d641fc7dbc3e69a229a6c75c4bd9923674d9 (diff) |
Missing fusword prototype
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 3 |
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 */ |