diff options
Diffstat (limited to 'sys/dev/usb/if_udavreg.h')
| -rw-r--r-- | sys/dev/usb/if_udavreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index 4499b3ee4153..7680422a65e3 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -210,6 +210,7 @@ struct udav_softc { #if defined(__FreeBSD__) device_t sc_miibus ; struct mtx sc_mtx ; + struct usb_qdat sc_qdat; #elif defined(__NetBSD__) struct ethercom sc_ec; /* ethernet common */ struct mii_data sc_mii; |
