summaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii_bitbang.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/dev/mii/mii_bitbang.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/mii/mii_bitbang.c')
-rw-r--r--sys/dev/mii/mii_bitbang.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c
index 8de748b6d84..9d3de86a9aa 100644
--- a/sys/dev/mii/mii_bitbang.c
+++ b/sys/dev/mii/mii_bitbang.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mii_bitbang.c,v 1.1 2001/03/11 02:48:19 aaron Exp $ */
+/* $OpenBSD: mii_bitbang.c,v 1.2 2002/03/14 01:26:57 millert Exp $ */
/* $NetBSD$ */
/*-
@@ -48,9 +48,9 @@
#include <dev/mii/mii.h>
#include <dev/mii/mii_bitbang.h>
-void mii_bitbang_sync __P((struct device *, mii_bitbang_ops_t));
-void mii_bitbang_sendbits __P((struct device *, mii_bitbang_ops_t,
- u_int32_t, int));
+void mii_bitbang_sync(struct device *, mii_bitbang_ops_t);
+void mii_bitbang_sendbits(struct device *, mii_bitbang_ops_t,
+ u_int32_t, int);
#define WRITE(x) \
do { \