diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h index 74c4826..ff85cb9 100644 --- a/firmware/export/usb.h +++ b/firmware/export/usb.h @@ -234,7 +234,6 @@ bool usb_driver_enabled(int driver); /* returns whether exclusive storage is available for USB */ bool usb_exclusive_storage(void); #endif /* HAVE_USBSTACK */ -int usb_release_exclusive_storage(void); #ifdef USB_FIREWIRE_HANDLING bool firewire_detect(void); |