summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1db0253c4e..a059a8d035 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -486,6 +486,12 @@ static const struct plugin_api rockbox_api = {
486 detect_flashed_ramimage, 486 detect_flashed_ramimage,
487 detect_flashed_romimage, 487 detect_flashed_romimage,
488#endif 488#endif
489
490#if NUM_CORES > 1
491 spinlock_init,
492 spinlock_lock,
493 spinlock_unlock,
494#endif
489}; 495};
490 496
491int plugin_load(const char* plugin, void* parameter) 497int plugin_load(const char* plugin, void* parameter)