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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 90713594a5..ecbec3a914 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -132,6 +132,7 @@ void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* e
132bool usb_driver_enabled(int driver); 132bool usb_driver_enabled(int driver);
133bool usb_exclusive_storage(void); /* storage is available for usb */ 133bool usb_exclusive_storage(void); /* storage is available for usb */
134#endif 134#endif
135int usb_release_exclusive_storage(void);
135 136
136#ifdef USB_FIREWIRE_HANDLING 137#ifdef USB_FIREWIRE_HANDLING
137bool firewire_detect(void); 138bool firewire_detect(void);