Index: uspace/lib/usbhost/include/usb/host/hcd.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/hcd.h	(revision 64fea02b3a398193cf6c055c00be47f314631de1)
+++ uspace/lib/usbhost/include/usb/host/hcd.h	(revision 6455d39e0502427e5c374bc86c13191c94b14f51)
@@ -112,4 +112,11 @@
     const char *);
 
+/** How many toggles need to be reset */
+typedef enum {
+	RESET_NONE,
+	RESET_EP,
+	RESET_ALL
+} toggle_reset_mode_t;
+
 #endif
 
