altos/chaoskey: Add another USB endpoint to read raw data
[fw/altos] / src / stmf0 / ao_arch_funcs.h
index 8d585f80cdddd22a2f3bd163b912f4b2aeb8c9d0..4e3ef0189601f9267d2bdee5fe8cf81eb8446ef0 100644 (file)
@@ -413,6 +413,9 @@ ao_usb_free(uint16_t *buffer);
 
 void
 ao_usb_write(uint16_t *buffer, uint16_t len);
+
+void
+ao_usb_write2(uint16_t *buffer, uint16_t len);
 #endif /* AO_USB_DIRECTIO */
 
 #endif /* _AO_ARCH_FUNCS_H_ */