summaryrefslogtreecommitdiff
path: root/firmware/export/usb_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb_core.h')
-rw-r--r--firmware/export/usb_core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h
index 3629645d53..a6cf086e18 100644
--- a/firmware/export/usb_core.h
+++ b/firmware/export/usb_core.h
@@ -57,5 +57,10 @@ int usb_core_ack_control(struct usb_ctrlrequest* req);
57#ifdef HAVE_HOTSWAP 57#ifdef HAVE_HOTSWAP
58void usb_core_hotswap_event(int volume,bool inserted); 58void usb_core_hotswap_event(int volume,bool inserted);
59#endif 59#endif
60
61#ifdef HAVE_USB_POWER
62unsigned short usb_allowed_current(void);
63#endif
64
60#endif 65#endif
61 66