diff options
author | Keith Packard <keithp@keithp.com> | 2015-01-16 22:09:26 +1300 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-01-16 22:09:26 +1300 |
commit | e05e0c6b71a1df65f188e00622e9632eb27510fd (patch) | |
tree | 1bd7d409853dc6ab71e3083c5e20bfafaa61797d /src/lpc/ao_arch_funcs.h | |
parent | 2a053d3d157e00b6a6406f4f78ddb8e298b6c4b7 (diff) |
Set version to 1.5.9.11.5.9.1
Diffstat (limited to 'src/lpc/ao_arch_funcs.h')
-rw-r--r-- | src/lpc/ao_arch_funcs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lpc/ao_arch_funcs.h b/src/lpc/ao_arch_funcs.h index fbe641d8..b963d3ab 100644 --- a/src/lpc/ao_arch_funcs.h +++ b/src/lpc/ao_arch_funcs.h @@ -249,4 +249,10 @@ 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_ */ |