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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/usb/arcotg_dcd.h b/firmware/drivers/usb/arcotg_dcd.h
index 2e6f71ef94..6c5f5739d5 100644
--- a/firmware/drivers/usb/arcotg_dcd.h
+++ b/firmware/drivers/usb/arcotg_dcd.h
@@ -146,7 +146,7 @@ void usb_arcotg_dcd_start(void);
146void usb_arcotg_dcd_stop(void); 146void usb_arcotg_dcd_stop(void);
147 147
148/* usb controller ops */ 148/* usb controller ops */
149int usb_arcotg_dcd_enable(struct usb_ep* ep); 149int usb_arcotg_dcd_enable(struct usb_ep* ep, struct usb_endpoint_descriptor* desc);
150int usb_arcotg_dcd_disable(struct usb_ep* ep); 150int usb_arcotg_dcd_disable(struct usb_ep* ep);
151int usb_arcotg_dcd_set_halt(struct usb_ep* ep, bool halt); 151int usb_arcotg_dcd_set_halt(struct usb_ep* ep, bool halt);
152int usb_arcotg_dcd_send(struct usb_ep* ep, struct usb_response* request); 152int usb_arcotg_dcd_send(struct usb_ep* ep, struct usb_response* request);