diff options
Diffstat (limited to 'sys/dev/usb/ohcivar.h')
-rw-r--r-- | sys/dev/usb/ohcivar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index af43c47..99d0997 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ohcivar.h,v 1.22 2000/04/25 09:20:55 augustss Exp $ */ +/* $NetBSD: ohcivar.h,v 1.25 2001/01/28 19:01:20 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -131,6 +131,9 @@ typedef struct ohci_softc { void *sc_shutdownhook; /* cookie from shutdown hook */ #endif + u_int sc_overrun_cnt; + struct timeval sc_overrun_ntc; + usb_callout_t sc_tmo_rhsc; device_ptr_t sc_child; |