Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / micropeak / ao_async.h
index a06d2e1a6bde7f07ba3d1f614960e286c5f27da9..1b239712855e3276da9b2b8d75c213f94bf9e5d3 100644 (file)
 #ifndef _AO_ASYNC_H_
 #define _AO_ASYNC_H_
 
+void
+ao_async_start(void);
+
+void
+ao_async_stop(void);
+
 void
 ao_async_byte(uint8_t byte);