summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 57f836c5d2..db9bd2574a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -253,15 +253,12 @@ static const struct plugin_api rockbox_api = {
253 /* kernel/ system */ 253 /* kernel/ system */
254 PREFIX(sleep), 254 PREFIX(sleep),
255 yield, 255 yield,
256#ifdef HAVE_PRIORITY_SCHEDULING
257 priority_yield,
258#endif
259 &current_tick, 256 &current_tick,
260 default_event_handler, 257 default_event_handler,
261 default_event_handler_ex, 258 default_event_handler_ex,
262 threads, 259 threads,
263 create_thread, 260 create_thread,
264 remove_thread, 261 thread_exit,
265 thread_wait, 262 thread_wait,
266#if (CONFIG_CODEC == SWCODEC) 263#if (CONFIG_CODEC == SWCODEC)
267 mutex_init, 264 mutex_init,