summaryrefslogtreecommitdiff
path: root/src/lpc/ao_arch_funcs.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-02-05 14:56:13 -0800
committerKeith Packard <keithp@keithp.com>2015-02-05 15:00:56 -0800
commit5bf39f674b3d5ee98b55f42562a5ba1a9328ff07 (patch)
tree39498d808dc5dff2aff4f62bc18cf1a76aa5ec4e /src/lpc/ao_arch_funcs.h
parentef69872c824668146a3876f1f3d0d2e51d3e4c8d (diff)
Revert LPC usb performance improvements
There's something screwy going on, sticking garbage in the input buffer at boot time Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/ao_arch_funcs.h')
-rw-r--r--src/lpc/ao_arch_funcs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lpc/ao_arch_funcs.h b/src/lpc/ao_arch_funcs.h
index b963d3ab..fbe641d8 100644
--- a/src/lpc/ao_arch_funcs.h
+++ b/src/lpc/ao_arch_funcs.h
@@ -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_ */