From 8327d0774703553db5e1a41a04bfdf4b1797c2ce Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 01:27:20 +0000 Subject: First round of __P removal in sys --- sys/dev/ic/rlnreg.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/dev/ic/rlnreg.h') 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 , 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 -- cgit v1.2.3