···240240/* USB driver call this function to notify that a transfer has completed */
241241void usb_signal_transfer_completion(
242242 struct usb_transfer_completion_event_data *event_data);
243243+/* Clear all signaled transfer completion events from event queue */
244244+void usb_clear_pending_transfer_completion_events(void);
243245/* notify the USB code that some important event has occurred which influences the
244246 * USB state (like USB_NOTIFY_SET_ADDR). USB drivers should call usb_core_notify_*
245247 * functions and not this function. */