diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/vax/vsa/if_le_vsbus.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/arch/vax/vsa/if_le_vsbus.c')
-rw-r--r-- | sys/arch/vax/vsa/if_le_vsbus.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/vsa/if_le_vsbus.c b/sys/arch/vax/vsa/if_le_vsbus.c index 82fa233db61..939bc40ce76 100644 --- a/sys/arch/vax/vsa/if_le_vsbus.c +++ b/sys/arch/vax/vsa/if_le_vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le_vsbus.c,v 1.6 2001/11/06 19:53:17 miod Exp $ */ +/* $OpenBSD: if_le_vsbus.c,v 1.7 2002/03/14 01:26:49 millert Exp $ */ /* $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $ */ /*- @@ -111,10 +111,10 @@ struct le_softc { volatile u_short *sc_rdp; }; -static int le_vsbus_match __P((struct device *, struct cfdata *, void *)); -static void le_vsbus_attach __P((struct device *, struct device *, void *)); -static void lewrcsr __P((struct am7990_softc *, u_int16_t, u_int16_t)); -static u_int16_t lerdcsr __P((struct am7990_softc *, u_int16_t)); +static int le_vsbus_match(struct device *, struct cfdata *, void *); +static void le_vsbus_attach(struct device *, struct device *, void *); +static void lewrcsr(struct am7990_softc *, u_int16_t, u_int16_t); +static u_int16_t lerdcsr(struct am7990_softc *, u_int16_t); struct cfattach le_vsbus_ca = { sizeof(struct le_softc), (cfmatch_t)le_vsbus_match, le_vsbus_attach |