Index: uspace/drv/bus/usb/ohci/hc.h
===================================================================
--- uspace/drv/bus/usb/ohci/hc.h	(revision 1ef93fa8f1ad0d22386c72d2b643b3877ad3731c)
+++ uspace/drv/bus/usb/ohci/hc.h	(revision 90dd59dcdd7810ff0b649b59ab64cc30c6b3d0de)
@@ -43,5 +43,5 @@
 #include <usb/host/device_keeper.h>
 #include <usb/host/usb_endpoint_manager.h>
-#include <usbhc_iface.h>
+#include <usb/host/hcd.h>
 
 #include "batch.h"
@@ -57,4 +57,7 @@
 	/** USB bus driver, endpoints */
 	usb_endpoint_manager_t ep_manager;
+
+	/** Generic USB hc driver */
+	hcd_t generic;
 
 	/** Memory mapped I/O registers area */
