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