Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision e6b91820ed239c638e2a7d99d66a324fe19e840f)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision d7869d7e00b2e62dbfbb2c4a30abf9a95caa7e73)
@@ -49,4 +49,5 @@
 typedef int (*claim_t)(hcd_t *, ddf_dev_t *);
 typedef int (*driver_start_t)(hcd_t *, bool irq);
+typedef int (*setup_root_hub_t)(ddf_dev_t *);
 
 typedef void (*driver_stop_t)(hcd_t *);
@@ -68,4 +69,5 @@
 	irq_code_gen_t irq_code_gen;       /**< Generate IRQ handling code */
 	driver_start_t start;              /**< Start the HC */
+	setup_root_hub_t setup_root_hub;   /**< Setup the root hub */
 
 	/* Destruction sequence: */
@@ -78,5 +80,6 @@
 int hcd_ddf_setup_hc(ddf_dev_t *device);
 void hcd_ddf_clean_hc(ddf_dev_t *device);
-int hcd_ddf_setup_root_hub(ddf_dev_t *device);
+
+int hcd_setup_virtual_root_hub(ddf_dev_t *);
 
 hcd_t *dev_to_hcd(ddf_dev_t *dev);
