summaryrefslogtreecommitdiff
path: root/apps/voice_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/voice_thread.h')
-rw-r--r--apps/voice_thread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/voice_thread.h b/apps/voice_thread.h
index 4359825dd7..1529f7efe8 100644
--- a/apps/voice_thread.h
+++ b/apps/voice_thread.h
@@ -29,8 +29,13 @@ bool mp3_is_playing(void);
29 29
30void voice_wait(void); 30void voice_wait(void);
31void voice_stop(void); 31void voice_stop(void);
32
32void voice_thread_init(void); 33void voice_thread_init(void);
33void voice_thread_resume(void); 34void voice_thread_resume(void);
35#ifdef HAVE_PRIORITY_SCHEDULING
34void voice_thread_set_priority(int priority); 36void voice_thread_set_priority(int priority);
37#endif
38
39size_t voicebuf_init(unsigned char *bufend);
35 40
36#endif /* VOICE_THREAD_H */ 41#endif /* VOICE_THREAD_H */