Index: uspace/lib/usbhost/src/usb_endpoint_manager.c
===================================================================
--- uspace/lib/usbhost/src/usb_endpoint_manager.c	(revision d8cdf39e69c66f24413ec8870e82b1e544433085)
+++ uspace/lib/usbhost/src/usb_endpoint_manager.c	(revision 17bbb28d6f30060fd091fa7c83f27f5d7390d206)
@@ -316,5 +316,5 @@
 int usb_endpoint_manager_remove_ep(usb_endpoint_manager_t *instance,
     usb_address_t address, usb_endpoint_t endpoint, usb_direction_t direction,
-    void (*callback)(endpoint_t *, void *), void *arg)
+    ep_remove_callback_t callback, void *arg)
 {
 	assert(instance);
@@ -369,5 +369,5 @@
  */
 void usb_endpoint_manager_remove_address(usb_endpoint_manager_t *instance,
-    usb_address_t address, void (*callback)(endpoint_t *, void *), void *arg)
+    usb_address_t address, ep_remove_callback_t callback, void *arg)
 {
 	assert(address >= 0);
