X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=d5669ae90fa1a1d268e5b96b496167bfff97a9c8;hp=e9761c183029405525e4536e46c1b56240ff6e4c;hb=0f07803d84b5ac89500ee33a6818c50583e3ff7f;hpb=45976af820fc41099928df71ea8304c56eb9fc7c 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);