forked from len0rd/rockbox
oops, incomplete long policy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5841 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1798a2043d
commit
830842ad9f
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ struct plugin_api {
|
|||
void (*sleep)(int ticks);
|
||||
void (*yield)(void);
|
||||
long* current_tick;
|
||||
int (*default_event_handler)(int event);
|
||||
int (*default_event_handler)(long event);
|
||||
int (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter);
|
||||
int (*create_thread)(void* function, void* stack, int stack_size, const char *name);
|
||||
void (*remove_thread)(int threadnum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue