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 7d957b20978eb7a4e4741ee6fbda6c0e33c08ddf)
@@ -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
 
