summaryrefslogtreecommitdiff
path: root/supervisor/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/usb.h')
-rw-r--r--supervisor/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/supervisor/usb.h b/supervisor/usb.h
index 0dead3e26..ccb35470c 100644
--- a/supervisor/usb.h
+++ b/supervisor/usb.h
@@ -42,6 +42,9 @@ void usb_irq_handler(void);
// TinyUSB.
void init_usb_hardware(void);
+// Temporary hook for code after init. Only used for RP2040.
+void post_usb_init(void);
+
// Shared implementation.
bool usb_enabled(void);
void usb_init(void);