summaryrefslogtreecommitdiffstats
path: root/include/usb/gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb/gadget.h')
-rw-r--r--include/usb/gadget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/gadget.h b/include/usb/gadget.h
index 7106f9d788..f663e98abf 100644
--- a/include/usb/gadget.h
+++ b/include/usb/gadget.h
@@ -483,6 +483,7 @@ struct usb_gadget_ops {
struct usb_gadget_driver *);
int (*udc_stop)(struct usb_gadget *,
struct usb_gadget_driver *);
+ void (*udc_poll)(struct usb_gadget *);
};
/**