summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/usb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index d4a6550a22..ca3f72eaa4 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -145,4 +145,8 @@ void usb_firewire_connect_event(void);
145void usb_set_hid(bool enable); 145void usb_set_hid(bool enable);
146#endif 146#endif
147 147
148#if defined(USB_ENABLE_STORAGE) && defined(HAVE_MULTIDRIVE)
149void usb_set_skip_first_drive(bool skip);
150#endif
151
148#endif 152#endif