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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 4dae7c2e68..a80dd82667 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -30,6 +30,7 @@ enum {
30 USB_POWERED, 30 USB_POWERED,
31 USB_TRANSFER_COMPLETION, 31 USB_TRANSFER_COMPLETION,
32 USB_REQUEST_DISK, 32 USB_REQUEST_DISK,
33 USB_RELEASE_DISK,
33 USB_REQUEST_REBOOT 34 USB_REQUEST_REBOOT
34}; 35};
35 36
@@ -105,6 +106,7 @@ void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* e
105bool usb_driver_enabled(int driver); 106bool usb_driver_enabled(int driver);
106bool usb_exclusive_ata(void); /* ata is available for usb */ 107bool usb_exclusive_ata(void); /* ata is available for usb */
107void usb_request_exclusive_ata(void); 108void usb_request_exclusive_ata(void);
109void usb_release_exclusive_ata(void);
108#endif 110#endif
109 111
110#if defined(IPOD_COLOR) || defined(IPOD_4G) \ 112#if defined(IPOD_COLOR) || defined(IPOD_4G) \