]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - drivers/usb/dwc3/core.h
usb: dwc3: gadget: export functions which are needed for hibernation
[zynq/linux.git] / drivers / usb / dwc3 / core.h
index 72af478004cfcd8101bb9cfeb1ea637408dc1a1a..95c9363aad14ca87c7e66938daeb162af52aeef3 100644 (file)
@@ -1518,4 +1518,8 @@ static inline void dwc3_ulpi_exit(struct dwc3 *dwc)
 { }
 #endif
 
+int dwc3_alloc_event_buffers(struct dwc3 *dwc, unsigned length);
+void dwc3_free_event_buffers(struct dwc3 *dwc);
+int dwc3_event_buffers_setup(struct dwc3 *dwc);
+
 #endif /* __DRIVERS_USB_DWC3_CORE_H */