diff options
Diffstat (limited to 'sys/dev/usb/if_auereg.h')
-rw-r--r-- | sys/dev/usb/if_auereg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h index 97480e5..c297f2b 100644 --- a/sys/dev/usb/if_auereg.h +++ b/sys/dev/usb/if_auereg.h @@ -242,7 +242,9 @@ struct aue_softc { int aue_if_flags; struct aue_cdata aue_cdata; struct callout_handle aue_stat_ch; +#if __FreeBSD_version >= 500000 struct mtx aue_mtx; +#endif u_int16_t aue_flags; char aue_dying; struct timeval aue_rx_notice; |