diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 15:01:01 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-04-07 15:01:01 +0000 |
| commit | 8f3c17c9ba59a2c7e238c56948fa17f3682ca4c3 (patch) | |
| tree | d639e84a121378dbe54a00062efbbe58bab151a7 /sys/dev/usb | |
| parent | 88505e11bca0e48191eb42e09bef01a88206bed5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ohcivar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 31108f00422f9..b57d8cc047851 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ohcivar.h,v 1.26 2001/02/20 15:20:33 minoura Exp $ */ +/* $NetBSD: ohcivar.h,v 1.29 2001/11/21 02:41:18 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -129,10 +129,9 @@ typedef struct ohci_softc { #if defined(__NetBSD__) || defined(__OpenBSD__) void *sc_powerhook; /* cookie from power hook */ void *sc_shutdownhook; /* cookie from shutdown hook */ - +#endif u_int32_t sc_control; /* Preserved during suspend/standby */ u_int32_t sc_intre; -#endif u_int sc_overrun_cnt; struct timeval sc_overrun_ntc; |
