Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 423c7495b63ae6ae9b9e500a4f2c819a0c00dd02)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 5856b627dd9852525f88109f58d955b5b633266d)
@@ -76,5 +76,4 @@
 	hcd->ep_add_hook = add_hook;
 	hcd->ep_remove_hook = rem_hook;
-
 }
 
@@ -91,5 +90,6 @@
 
 int hcd_add_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir,
-    usb_transfer_type_t type, size_t max_packet_size, size_t size);
+    usb_transfer_type_t type, size_t max_packet_size, size_t size,
+    usb_address_t tt_address, unsigned tt_port);
 
 int hcd_remove_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir);
