1
0
Fork 0
forked from len0rd/rockbox

Added init_threads function

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@920 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-07 14:56:10 +00:00
parent 999c255599
commit 9430a0b7d6
3 changed files with 15 additions and 7 deletions

View file

@ -23,5 +23,6 @@
int create_thread(void* fp, void* sp, int stk_size);
void switch_thread(void);
void init_threads(void);
#endif