diff options
Diffstat (limited to 'sys/dev/ic/elink3var.h')
-rw-r--r-- | sys/dev/ic/elink3var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3var.h b/sys/dev/ic/elink3var.h index 7aa2e8c54c9..132771d84c1 100644 --- a/sys/dev/ic/elink3var.h +++ b/sys/dev/ic/elink3var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3var.h,v 1.12 1999/07/26 12:31:44 niklas Exp $ */ +/* $OpenBSD: elink3var.h,v 1.13 2000/02/02 18:47:01 deraadt Exp $ */ /* $NetBSD: elink3var.h,v 1.12 1997/03/30 22:47:11 jonathan Exp $ */ /* @@ -94,3 +94,4 @@ 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 *)); |