1
0
Fork 0
forked from len0rd/rockbox

Demystified code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1183 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-25 12:04:23 +00:00
parent ef15d9983a
commit 3f9c7c2ab5
2 changed files with 31 additions and 42 deletions

View file

@ -21,7 +21,7 @@
#define MAXTHREADS 16
int create_thread(void* fp, void* sp, int stk_size);
int create_thread(void* function, void* stack, int stack_size);
void switch_thread(void);
void init_threads(void);