summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-25 13:18:37 -0700
committerKeith Packard <keithp@keithp.com>2009-04-25 13:18:37 -0700
commit0f07803d84b5ac89500ee33a6818c50583e3ff7f (patch)
tree2960f621869dfdded9751195fdabe48f72fa8f9f /ao.h
parent45976af820fc41099928df71ea8304c56eb9fc7c (diff)
Allow the USB system to be disabled/enabled at run-time
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);