Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 32e093e9873c25920e4db0effd1e8179f5f7ed84)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 4f0e510eee06ade0b9c832000adba0eb5d928c9b)
@@ -50,6 +50,6 @@
 
 	int (*schedule)(hcd_t *, usb_transfer_batch_t *);
+	int (*ep_add_hook)(hcd_t *, endpoint_t *);
 	int (*batch_init_hook)(usb_transfer_batch_t *);
-	int (*ep_add_hook)(endpoint_t *);
 };
 /*----------------------------------------------------------------------------*/
