summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/usb2_bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/controller/usb2_bus.h')
-rw-r--r--sys/dev/usb2/controller/usb2_bus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb2/controller/usb2_bus.h b/sys/dev/usb2/controller/usb2_bus.h
index c81a7a5..59287c4 100644
--- a/sys/dev/usb2/controller/usb2_bus.h
+++ b/sys/dev/usb2/controller/usb2_bus.h
@@ -53,6 +53,7 @@ struct usb2_bus {
struct usb2_bus_stat stats_ok;
struct usb2_process explore_proc;
struct usb2_process roothub_proc;
+ struct root_hold_token *bus_roothold;
/*
* There are two callback processes. One for Giant locked
* callbacks. One for non-Giant locked callbacks. This should
OpenPOWER on IntegriCloud