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, 2 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 0a0539a622..90713594a5 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -31,8 +31,8 @@
31 31
32/* Messages from usb_tick and thread states */ 32/* Messages from usb_tick and thread states */
33enum { 33enum {
34 USB_EXTRACTED = 0, /* Event+State */
34 USB_INSERTED, /* Event+State */ 35 USB_INSERTED, /* Event+State */
35 USB_EXTRACTED, /* Event+State */
36#if defined(HAVE_USB_POWER) || defined(USB_DETECT_BY_DRV) 36#if defined(HAVE_USB_POWER) || defined(USB_DETECT_BY_DRV)
37 USB_POWERED, /* Event+State */ 37 USB_POWERED, /* Event+State */
38#endif 38#endif
@@ -135,6 +135,7 @@ bool usb_exclusive_storage(void); /* storage is available for usb */
135 135
136#ifdef USB_FIREWIRE_HANDLING 136#ifdef USB_FIREWIRE_HANDLING
137bool firewire_detect(void); 137bool firewire_detect(void);
138void usb_firewire_connect_event(void);
138#endif 139#endif
139 140
140#endif 141#endif