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, 3 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 4bfbfd4b75..833d2ab35e 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -29,6 +29,7 @@ enum {
29 USB_REENABLE, 29 USB_REENABLE,
30 USB_POWERED, 30 USB_POWERED,
31 USB_TRANSFER_COMPLETION, 31 USB_TRANSFER_COMPLETION,
32 USB_REQUEST_DISK,
32 USB_REQUEST_REBOOT 33 USB_REQUEST_REBOOT
33}; 34};
34 35
@@ -102,6 +103,8 @@ bool usb_charging_enabled(void);
102#ifdef HAVE_USBSTACK 103#ifdef HAVE_USBSTACK
103void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* event_data); 104void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* event_data);
104bool usb_driver_enabled(int driver); 105bool usb_driver_enabled(int driver);
106bool usb_exclusive_ata(void); /* ata is available for usb */
107void usb_request_exclusive_ata(void);
105#endif 108#endif
106 109
107#if defined(IPOD_COLOR) || defined(IPOD_4G) \ 110#if defined(IPOD_COLOR) || defined(IPOD_4G) \