1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

MFNetBSD:

revision 1.27
    date: 2001/02/21 10:19:30;  author: minoura;  state: Exp;  lines: +2 -3
    There is no reason to exclude FreeBSD :).
This commit is contained in:
Josef Karthauser 2002-04-07 15:01:01 +00:00
parent 88505e11bc
commit 8f3c17c9ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94114

View File

@ -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;