aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhcivar.h
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-03-18 14:54:54 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-03-18 14:54:54 +0000
commit31bfa89e41e85f1b9fab7126eee5c200140331be (patch)
tree38888679b3a5519c847fc34fb205586db689b841 /sys/dev/usb/uhcivar.h
parent95b2b777b542295c6643c91392199bbf9c6f2e3c (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r--sys/dev/usb/uhcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index 4646fa5cc6c7..30ba97d7325f 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -164,7 +164,7 @@ typedef struct uhci_softc {
char sc_vendor[16]; /* vendor string for root hub */
int sc_id_vendor; /* vendor ID for root hub */
-#if defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__)
void *sc_powerhook; /* cookie from power hook */
void *sc_shutdownhook; /* cookie from shutdown hook */
#endif