summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/siopvar.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/amiga/dev/siopvar.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/amiga/dev/siopvar.h')
-rw-r--r--sys/arch/amiga/dev/siopvar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amiga/dev/siopvar.h b/sys/arch/amiga/dev/siopvar.h
index 40ccd69a11d..47c5d3951ed 100644
--- a/sys/arch/amiga/dev/siopvar.h
+++ b/sys/arch/amiga/dev/siopvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: siopvar.h,v 1.3 1996/05/02 06:44:36 niklas Exp $ */
+/* $OpenBSD: siopvar.h,v 1.4 2002/03/14 01:26:29 millert Exp $ */
/* $NetBSD: siopvar.h,v 1.14 1996/04/21 21:12:38 veego Exp $ */
/*
@@ -196,12 +196,12 @@ struct siop_softc {
#define STS_INTERMED 0x10 /* Intermediate status sent */
#define STS_EXT 0x80 /* Extended status valid */
-void siop_minphys __P((struct buf *bp));
-int siop_scsicmd __P((struct scsi_xfer *));
-void siopinitialize __P((struct siop_softc *));
-void siopintr __P((struct siop_softc *));
+void siop_minphys(struct buf *bp);
+int siop_scsicmd(struct scsi_xfer *);
+void siopinitialize(struct siop_softc *);
+void siopintr(struct siop_softc *);
#ifdef DEBUG
-void siop_dump __P((struct siop_softc *));
+void siop_dump(struct siop_softc *);
#endif
#endif /* _SIOPVAR_H */