Get rid of a committed #define from kernel.h that didn't make the final cut. Put voice_wait in voice_thread.h where it ought.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-04-27 04:00:48 +00:00
parent a089b00ea0
commit 82e97363f1
4 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,7 @@ void mp3_play_stop(void);
void mp3_play_pause(bool play);
bool mp3_is_playing(void);
void voice_wait(void);
void voice_stop(void);
void voice_thread_init(void);
void voice_thread_resume(void);