Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision d8cdf39e69c66f24413ec8870e82b1e544433085)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 0816c2ed8cea6aebeafa8a2f76de2d8e87f32b26)
@@ -82,4 +82,9 @@
 }
 
+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);
+
+int hcd_remove_ep(hcd_t *hcd, usb_target_t target, usb_direction_t dir);
+
 int hcd_send_batch(hcd_t *hcd, usb_target_t target, usb_direction_t direction,
     void *data, size_t size, uint64_t setup_data,
