summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/auxio.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/sparc64/dev/auxio.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc64/dev/auxio.c')
-rw-r--r--sys/arch/sparc64/dev/auxio.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/dev/auxio.c b/sys/arch/sparc64/dev/auxio.c
index d37d0d4dd41..5b23a0b0ad4 100644
--- a/sys/arch/sparc64/dev/auxio.c
+++ b/sys/arch/sparc64/dev/auxio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auxio.c,v 1.3 2002/02/01 21:48:23 jason Exp $ */
+/* $OpenBSD: auxio.c,v 1.4 2002/03/14 01:26:44 millert Exp $ */
/* $NetBSD: auxio.c,v 1.1 2000/04/15 03:08:13 mrg Exp $ */
/*
@@ -54,11 +54,11 @@
/*
* ebus code.
*/
-int auxio_ebus_match __P((struct device *, void *, void *));
-void auxio_ebus_attach __P((struct device *, struct device *, void *));
-int auxio_sbus_match __P((struct device *, void *, void *));
-void auxio_sbus_attach __P((struct device *, struct device *, void *));
-void auxio_attach_common __P((struct auxio_softc *));
+int auxio_ebus_match(struct device *, void *, void *);
+void auxio_ebus_attach(struct device *, struct device *, void *);
+int auxio_sbus_match(struct device *, void *, void *);
+void auxio_sbus_attach(struct device *, struct device *, void *);
+void auxio_attach_common(struct auxio_softc *);
struct cfattach auxio_ebus_ca = {
sizeof(struct auxio_softc), auxio_ebus_match, auxio_ebus_attach