diff options
Diffstat (limited to 'sys/dev/usb/usb_hub.h')
-rw-r--r-- | sys/dev/usb/usb_hub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h index 62ab0d7..833b8ba 100644 --- a/sys/dev/usb/usb_hub.h +++ b/sys/dev/usb/usb_hub.h @@ -78,5 +78,6 @@ void usb2_needs_explore(struct usb2_bus *bus, uint8_t do_probe); void usb2_needs_explore_all(void); void usb2_bus_power_update(struct usb2_bus *bus); void usb2_bus_powerd(struct usb2_bus *bus); +void uhub_root_intr(struct usb2_bus *, const uint8_t *, uint8_t); #endif /* _USB2_HUB_H_ */ |