Add forgotten OpenBSD fix.
This commit is contained in:
parent
c852fae661
commit
2c3137dc38
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_auereg.h,v 1.10 2000/03/29 18:24:52 augustss Exp $ */
|
||||
/* $NetBSD: if_auereg.h,v 1.11 2000/03/30 16:38:55 augustss Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1997, 1998, 1999
|
||||
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
|
||||
|
@ -248,6 +248,7 @@ struct aue_softc {
|
|||
rndsource_element_t rnd_source;
|
||||
#endif
|
||||
#define GET_IFP(sc) (&(sc)->arpcom.ac_if)
|
||||
#define GET_MII(sc) (&(sc)->aue_mii)
|
||||
#endif
|
||||
|
||||
usb_callout_t aue_stat_ch;
|
||||
|
|
Loading…
Reference in New Issue