Revert LPC usb performance improvements
[fw/altos] / src / lpc / ao_arch_funcs.h
index b963d3ab72a72c0b6c7c824c7cf8231c7e6257b6..fbe641d87b9ee7ca53c16934e70a8ce6b35bc660 100644 (file)
@@ -249,10 +249,4 @@ static inline void ao_arch_start_scheduler(void) {
        asm("isb");
 }
 
-void *
-ao_usb_alloc(uint16_t len);
-
-void
-ao_usb_write(void *block, int len);
-
 #endif /* _AO_ARCH_FUNCS_H_ */