summaryrefslogtreecommitdiff
path: root/firmware/drivers/usb/arcotg_dcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/usb/arcotg_dcd.h')
-rw-r--r--firmware/drivers/usb/arcotg_dcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/usb/arcotg_dcd.h b/firmware/drivers/usb/arcotg_dcd.h
index 253101fea5..79f03f1bcc 100644
--- a/firmware/drivers/usb/arcotg_dcd.h
+++ b/firmware/drivers/usb/arcotg_dcd.h
@@ -158,6 +158,7 @@ int usb_arcotg_dcd_receive(struct usb_ep* ep, struct usb_response* res);
158/* interrupt handlers */ 158/* interrupt handlers */
159static void setup_received_int(struct usb_ctrlrequest* request); 159static void setup_received_int(struct usb_ctrlrequest* request);
160static void port_change_int(void); 160static void port_change_int(void);
161static void dtd_complete(void);
161static void reset_int(void); 162static void reset_int(void);
162static void suspend_int(void); 163static void suspend_int(void);
163static void resume_int(void); 164static void resume_int(void);