summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rlnreg.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/dev/ic/rlnreg.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/rlnreg.h')
-rw-r--r--sys/dev/ic/rlnreg.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/ic/rlnreg.h b/sys/dev/ic/rlnreg.h
index 6b2b0c4b7d8..8d78101270a 100644
--- a/sys/dev/ic/rlnreg.h
+++ b/sys/dev/ic/rlnreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rlnreg.h,v 1.2 1999/08/19 06:15:38 d Exp $ */
+/* $OpenBSD: rlnreg.h,v 1.3 2002/03/14 01:26:55 millert Exp $ */
/*
* David Leonard <d@openbsd.org>, 1999. Public Domain.
*
@@ -53,13 +53,13 @@
#define _rln_regacc_delay() \
bus_space_read_1(I386_BUS_SPACE_IO, 0, 0x61)
-static void _rln_register_write_1 __P((struct rln_softc *, u_int8_t,
- u_int8_t));
-static void _rln_register_write_2 __P((struct rln_softc *, u_int8_t,
- u_int16_t));
-static u_int8_t _rln_register_read_1 __P((struct rln_softc *, u_int8_t));
-static u_int16_t _rln_register_read_2 __P((struct rln_softc *, u_int8_t));
-static int rln_status_rx_ready __P((struct rln_softc *));
+static void _rln_register_write_1(struct rln_softc *, u_int8_t,
+ u_int8_t);
+static void _rln_register_write_2(struct rln_softc *, u_int8_t,
+ u_int16_t);
+static u_int8_t _rln_register_read_1(struct rln_softc *, u_int8_t);
+static u_int16_t _rln_register_read_2(struct rln_softc *, u_int8_t);
+static int rln_status_rx_ready(struct rln_softc *);
/* Write to a register. */
static inline void