Index: uspace/lib/usbhost/include/usb/host/ddf_helpers.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 4cf5b8e06201781fee876006f79b2918728442cf)
+++ uspace/lib/usbhost/include/usb/host/ddf_helpers.h	(revision 6210a33343b1115d76fd228ca78e85283b526ee6)
@@ -37,4 +37,5 @@
 #define LIBUSBHOST_HOST_DDF_HELPERS_H
 
+#include <device/hw_res_parsed.h>
 #include <usb/host/hcd.h>
 #include <usbhc_iface.h>
@@ -47,4 +48,7 @@
 hcd_t *dev_to_hcd(ddf_dev_t *dev);
 
+int hcd_ddf_enable_interrupts(ddf_dev_t *device);
+int hcd_ddf_get_registers(ddf_dev_t *device, hw_res_list_parsed_t *hw_res);
+
 #endif
 
