summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 07:51:46 +0000
commit728484a7457c5aef1f6a3d30a7bf3f6e215bf900 (patch)
tree30a9106ca00a2f588e91084d486ef8f073bf1b46 /sys/dev/rc
parent064c0537d11ac3c5a37db86bdd0cb077e0532f0a (diff)
downloadFreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.zip
FreeBSD-src-728484a7457c5aef1f6a3d30a7bf3f6e215bf900.tar.gz
Remove __P.
Diffstat (limited to 'sys/dev/rc')
-rw-r--r--sys/dev/rc/rc.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index d9bd2ad..63b608f 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -54,8 +54,8 @@
#include <i386/isa/rcreg.h>
/* Prototypes */
-static int rcprobe __P((struct isa_device *));
-static int rcattach __P((struct isa_device *));
+static int rcprobe(struct isa_device *);
+static int rcattach(struct isa_device *);
#define rcin(port) RC_IN (nec, port)
#define rcout(port,v) RC_OUT (nec, port, v)
@@ -174,23 +174,23 @@ static void *rc_ih;
/* Static prototypes */
static ointhand2_t rcintr;
-static void rc_hwreset __P((int, int, unsigned int));
-static int rc_test __P((int, int));
-static void rc_discard_output __P((struct rc_chans *));
-static void rc_hardclose __P((struct rc_chans *));
-static int rc_modctl __P((struct rc_chans *, int, int));
-static void rc_start __P((struct tty *));
-static void rc_stop __P((struct tty *, int rw));
-static int rc_param __P((struct tty *, struct termios *));
-static void rcpoll __P((void *));
-static void rc_reinit __P((struct rc_softc *));
+static void rc_hwreset(int, int, unsigned int);
+static int rc_test(int, int);
+static void rc_discard_output(struct rc_chans *);
+static void rc_hardclose(struct rc_chans *);
+static int rc_modctl(struct rc_chans *, int, int);
+static void rc_start(struct tty *);
+static void rc_stop(struct tty *, int rw);
+static int rc_param(struct tty *, struct termios *);
+static void rcpoll (void *);
+static void rc_reinit(struct rc_softc *);
#ifdef RCDEBUG
static void printrcflags();
#endif
static timeout_t rc_dtrwakeup;
static timeout_t rc_wakeup;
-static void disc_optim __P((struct tty *tp, struct termios *t, struct rc_chans *));
-static void rc_wait0 __P((int nec, int unit, int chan, int line));
+static void disc_optim (struct tty *tp, struct termios *t, struct rc_chans *);
+static void rc_wait0(int nec, int unit, int chan, int line);
/**********************************************/
OpenPOWER on IntegriCloud