summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/si_obio.c
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/sun3/dev/si_obio.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sun3/dev/si_obio.c')
-rw-r--r--sys/arch/sun3/dev/si_obio.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/sun3/dev/si_obio.c b/sys/arch/sun3/dev/si_obio.c
index 23cdac9b2b7..88f879778d8 100644
--- a/sys/arch/sun3/dev/si_obio.c
+++ b/sys/arch/sun3/dev/si_obio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: si_obio.c,v 1.10 2001/01/25 03:50:49 todd Exp $ */
+/* $OpenBSD: si_obio.c,v 1.11 2002/03/14 01:26:46 millert Exp $ */
/* $NetBSD: si_obio.c,v 1.7 1996/11/20 18:57:00 gwr Exp $ */
/*-
@@ -117,21 +117,21 @@
*/
#define UDC_WAIT_USEC 5
-void si_obio_dma_setup __P((struct ncr5380_softc *));
-void si_obio_dma_start __P((struct ncr5380_softc *));
-void si_obio_dma_eop __P((struct ncr5380_softc *));
-void si_obio_dma_stop __P((struct ncr5380_softc *));
+void si_obio_dma_setup(struct ncr5380_softc *);
+void si_obio_dma_start(struct ncr5380_softc *);
+void si_obio_dma_eop(struct ncr5380_softc *);
+void si_obio_dma_stop(struct ncr5380_softc *);
-static __inline__ int si_obio_udc_read __P((volatile struct si_regs *, int));
-static __inline__ void si_obio_udc_write __P((volatile struct si_regs *,
- int, int));
+static __inline__ int si_obio_udc_read(volatile struct si_regs *, int);
+static __inline__ void si_obio_udc_write(volatile struct si_regs *,
+ int, int);
/*
* New-style autoconfig attachment
*/
-static int si_obio_match __P((struct device *, void *, void *));
-static void si_obio_attach __P((struct device *, struct device *, void *));
+static int si_obio_match(struct device *, void *, void *);
+static void si_obio_attach(struct device *, struct device *, void *);
struct cfattach si_obio_ca = {
sizeof(struct si_softc), si_obio_match, si_obio_attach