Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision df8f3fa39d5ad84bba1218333a405b8109775286)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 3afb7580ffb5859d718216a15a79100e3ab8aa0a)
@@ -61,4 +61,9 @@
 }
 /*----------------------------------------------------------------------------*/
+static inline void hcd_destroy(hcd_t *hcd)
+{
+	usb_endpoint_manager_destroy(&hcd->ep_manager);
+}
+/*----------------------------------------------------------------------------*/
 static inline void reset_ep_if_need(
     hcd_t *hcd, usb_target_t target, const char* setup_data)
