summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ao.h b/ao.h
index e9761c18..d5669ae9 100644
--- a/ao.h
+++ b/ao.h
@@ -273,6 +273,14 @@ ao_usb_flush(void);
void
ao_usb_isr(void) interrupt 6;
+/* Enable the USB controller */
+void
+ao_usb_enable(void);
+
+/* Disable the USB controller */
+void
+ao_usb_disable(void);
+
/* Initialize the USB system */
void
ao_usb_init(void);