Index: uspace/lib/usb/include/usb/hub.h
===================================================================
--- uspace/lib/usb/include/usb/hub.h	(revision fa48ebe91f9941e73a0f9e9133469b00ce194c03)
+++ uspace/lib/usb/include/usb/hub.h	(revision fb78ae72e031b231ee7eebd26444aa7fd1455dc1)
@@ -39,4 +39,7 @@
 #include <usb/usbdevice.h>
 
+int usb_hc_new_device_wrapper(device_t *, usb_hc_connection_t *, usb_speed_t,
+    int (*)(int, void *), int, void *, usb_address_t *, devman_handle_t *);
+
 /** Info about device attached to host controller.
  *
