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/dev/ic/elink3var.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/elink3var.h')
-rw-r--r-- | sys/dev/ic/elink3var.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h index 99225578ab7..ac9830ea3fb 100644 --- a/sys/dev/ic/elink3var.h +++ b/sys/dev/ic/elink3var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3var.h,v 1.16 2000/11/09 18:06:39 mickey Exp $ */ +/* $OpenBSD: elink3var.h,v 1.17 2002/03/14 01:26:54 millert Exp $ */ /* $NetBSD: elink3var.h,v 1.12 1997/03/30 22:47:11 jonathan Exp $ */ /* @@ -88,9 +88,9 @@ struct ep_softc { u_char txashift; /* shift in SET_TX_AVAIL_THRESH */ }; -u_int16_t epreadeeprom __P((bus_space_tag_t, bus_space_handle_t, int)); -void epconfig __P((struct ep_softc *, u_short, u_int8_t *)); -int epintr __P((void *)); -void epstop __P((struct ep_softc *)); -void epinit __P((struct ep_softc *)); -int ep_detach __P((struct device *)); +u_int16_t epreadeeprom(bus_space_tag_t, bus_space_handle_t, int); +void epconfig(struct ep_softc *, u_short, u_int8_t *); +int epintr(void *); +void epstop(struct ep_softc *); +void epinit(struct ep_softc *); +int ep_detach(struct device *); |