summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorBrandon Creighton <bjc@cvs.openbsd.org>2000-04-27 07:19:58 +0000
committerBrandon Creighton <bjc@cvs.openbsd.org>2000-04-27 07:19:58 +0000
commit8fe79b174413cc0aa244bc16941c6b1f105cadd4 (patch)
treee8534ae80618a331623a4f9ffd2d3b6ec43a8c7d /sys/arch
parentc92aad04a3fedf403b32870e5f0b4fda128addee (diff)
put vsbus_intr() prototype here so other vsbus devices can avail themselves
of its intentional uselessness; also some __P()
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/include/vsbus.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/vax/include/vsbus.h b/sys/arch/vax/include/vsbus.h
index 384038f9014..664d45bab5d 100644
--- a/sys/arch/vax/include/vsbus.h
+++ b/sys/arch/vax/include/vsbus.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vsbus.h,v 1.3 2000/04/26 03:08:43 bjc Exp $ */
+/* $OpenBSD: vsbus.h,v 1.4 2000/04/27 07:19:57 bjc Exp $ */
/* $NetBSD: vsbus.h,v 1.9 1999/10/22 21:10:13 ragge Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -128,6 +128,7 @@ struct vsbus_attach_args {
u_char vsbus_setmask __P((unsigned char));
void vsbus_clrintr __P((unsigned char));
-void vsbus_copytoproc(struct proc *, caddr_t, caddr_t, int);
-void vsbus_copyfromproc(struct proc *, caddr_t, caddr_t, int);
+void vsbus_intr __P((void *));
+void vsbus_copytoproc __P((struct proc *, caddr_t, caddr_t, int));
+void vsbus_copyfromproc __P((struct proc *, caddr_t, caddr_t, int));
#endif /* _VAX_VSBUS_H_ */