Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision a3886bedd094a88a9980282f8f832d35546d9a2b)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision ffa254f1939655f11903ef6e9d8ad418d08cadee)
@@ -46,5 +46,6 @@
     usb_speed_t max_speed, size_t bw, bw_count_func_t bw_count);
 int hcd_ddf_setup_root_hub(ddf_dev_t *dev, usb_speed_t speed);
-int hcd_ddf_new_device(ddf_dev_t *device);
+int hcd_ddf_new_device(ddf_dev_t *device, usb_address_t *address);
+int hcd_ddf_remove_device(ddf_dev_t *device, usb_address_t address);
 
 hcd_t *dev_to_hcd(ddf_dev_t *dev);
