summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 8954e9cc59..13ef3983b2 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -44,6 +44,8 @@ enum
44#endif 44#endif
45#ifdef HAVE_USBSTACK 45#ifdef HAVE_USBSTACK
46 USB_TRANSFER_COMPLETION, /* Event */ 46 USB_TRANSFER_COMPLETION, /* Event */
47 USB_NOTIFY_SET_ADDR, /* Event */
48 USB_NOTIFY_SET_CONFIG, /* Event */
47#endif 49#endif
48#ifdef USB_FIREWIRE_HANDLING 50#ifdef USB_FIREWIRE_HANDLING
49 USB_REQUEST_REBOOT, /* Event */ 51 USB_REQUEST_REBOOT, /* Event */
@@ -130,6 +132,7 @@ void usb_charger_update(void);
130#ifdef HAVE_USBSTACK 132#ifdef HAVE_USBSTACK
131void usb_signal_transfer_completion( 133void usb_signal_transfer_completion(
132 struct usb_transfer_completion_event_data *event_data); 134 struct usb_transfer_completion_event_data *event_data);
135void usb_signal_notify(long id, intptr_t data);
133bool usb_driver_enabled(int driver); 136bool usb_driver_enabled(int driver);
134bool usb_exclusive_storage(void); /* storage is available for usb */ 137bool usb_exclusive_storage(void); /* storage is available for usb */
135#endif 138#endif