diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-25 13:18:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-25 13:18:37 -0700 |
commit | 0f07803d84b5ac89500ee33a6818c50583e3ff7f (patch) | |
tree | 2960f621869dfdded9751195fdabe48f72fa8f9f /ao.h | |
parent | 45976af820fc41099928df71ea8304c56eb9fc7c (diff) |
Allow the USB system to be disabled/enabled at run-time
Diffstat (limited to 'ao.h')
-rw-r--r-- | ao.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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); |