summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_hub.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-04-05 18:20:49 +0000
committerthompsa <thompsa@FreeBSD.org>2009-04-05 18:20:49 +0000
commitd21a622bba09d8841faedb2b868bfbaf8df99c0c (patch)
tree3cf2863804b1271652221a79f7ee4b84733266b8 /sys/dev/usb/usb_hub.h
parentf498dc2227c7edc88b3ba4fdfbbe30ec4205369a (diff)
downloadFreeBSD-src-d21a622bba09d8841faedb2b868bfbaf8df99c0c.zip
FreeBSD-src-d21a622bba09d8841faedb2b868bfbaf8df99c0c.tar.gz
MFp4 //depot/projects/usb@159922
Refactor how we interface with the root HUB. This cuts around 1200 lines of code totally and saves one thread per USB bus. Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/usb_hub.h')
-rw-r--r--sys/dev/usb/usb_hub.h1
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_ */
OpenPOWER on IntegriCloud