summaryrefslogtreecommitdiff
path: root/src/micropeak/ao_async.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/micropeak/ao_async.h')
-rw-r--r--src/micropeak/ao_async.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/micropeak/ao_async.h b/src/micropeak/ao_async.h
index a06d2e1a..1b239712 100644
--- a/src/micropeak/ao_async.h
+++ b/src/micropeak/ao_async.h
@@ -19,6 +19,12 @@
#define _AO_ASYNC_H_
void
+ao_async_start(void);
+
+void
+ao_async_stop(void);
+
+void
ao_async_byte(uint8_t byte);
#endif /* _AO_ASYNC_H_ */