Allow the USB system to be disabled/enabled at run-time
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index e9761c183029405525e4536e46c1b56240ff6e4c..d5669ae90fa1a1d268e5b96b496167bfff97a9c8 100644 (file)
--- a/ao.h
+++ b/ao.h
@@ -273,6 +273,14 @@ ao_usb_flush(void);
 void
 ao_usb_isr(void) interrupt 6;
 
 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);
 /* Initialize the USB system */
 void
 ao_usb_init(void);