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, 0 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 2dac4c7..d68ac7d 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -132,7 +132,6 @@ void usb_signal_transfer_completion(
struct usb_transfer_completion_event_data *event_data);
bool usb_driver_enabled(int driver);
bool usb_exclusive_storage(void); /* storage is available for usb */
-void usb_storage_try_release_storage(void);
#endif
int usb_release_exclusive_storage(void);