diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-29 03:58:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-29 03:58:06 +0000 |
| commit | 0e6d3195bc1029675f27ae146258a7fa8987ead1 (patch) | |
| tree | e42e68cfc91dc20b72eb55e4dcb0062fc97ea138 /sys/dev/ex/if_ex.c | |
| parent | 534b2c5c24af7235b23f7c41f2ecd88a8960b4ac (diff) | |
Notes
Diffstat (limited to 'sys/dev/ex/if_ex.c')
| -rw-r--r-- | sys/dev/ex/if_ex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index ba91071a2ef9c..8e1152fc8f82e 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -103,7 +103,7 @@ static void ex_ifmedia_sts __P((struct ifnet *, struct ifmediareq *)); static int ex_get_media __P((u_int32_t iobase)); -static void ex_stop __P((struct ex_softc *)); + void ex_stop __P((struct ex_softc *)); static void ex_reset __P((struct ex_softc *)); static void ex_tx_intr __P((struct ex_softc *)); @@ -543,7 +543,7 @@ ex_start(struct ifnet *ifp) DODEBUG(Start_End, printf("ex_start%d: finish\n", unit);); } -static void +void ex_stop(struct ex_softc *sc) { int iobase = sc->iobase; |
