diff options
Diffstat (limited to 'sys/dev/ep/if_epvar.h')
-rw-r--r-- | sys/dev/ep/if_epvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index 397a6b9..9329e27 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -81,3 +81,4 @@ void ep_get_media (struct ep_softc *); int ep_attach (struct ep_softc *); void ep_intr (void *); u_int16_t get_e (struct ep_softc *, int); +void ep_get_macaddr (struct ep_softc *, u_char *); |