Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision ed8575f8584c50f2fbc1f481eede55f9dc3e86a8)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 861b5d6f1de4d4c071b00ff016eeb5fdba73d042)
@@ -42,4 +42,6 @@
 
 #include <usb/host/hcd.h>
+#include <usb/descriptor.h>
+
 
 int hcd_ddf_setup_hc(ddf_dev_t *, size_t);
@@ -51,4 +53,6 @@
 void hcd_ddf_fun_destroy(device_t *);
 
+int hcd_get_device_desc(device_t *, usb_standard_device_descriptor_t *);
+int hcd_setup_match_ids(device_t *, usb_standard_device_descriptor_t *);
 int hcd_device_explore(device_t *);
 
