diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/ohcivar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 28a8087..af43c47 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -131,6 +131,8 @@ typedef struct ohci_softc { void *sc_shutdownhook; /* cookie from shutdown hook */ #endif + usb_callout_t sc_tmo_rhsc; + device_ptr_t sc_child; char sc_dying; } ohci_softc_t; |