artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4781b8
)
Add a prototype for susword().
author
downsj
<downsj@openbsd.org>
Sun, 20 Apr 1997 06:59:58 +0000
(06:59 +0000)
committer
downsj
<downsj@openbsd.org>
Sun, 20 Apr 1997 06:59:58 +0000
(06:59 +0000)
sys/arch/m68k/include/cpu.h
patch
|
blob
|
history
diff --git
a/sys/arch/m68k/include/cpu.h
b/sys/arch/m68k/include/cpu.h
index
5fc92af
..
8b64024
100644
(file)
--- 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:4
8 downsj Exp $ */
+/* $OpenBSD: cpu.h,v 1.
3 1997/04/20 06:59:5
8 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_ */