summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 5ee18d0078..624b7039b8 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -450,7 +450,7 @@ struct plugin_api {
450 bool (*dir_exists)(const char *path); 450 bool (*dir_exists)(const char *path);
451 451
452 /* kernel/ system */ 452 /* kernel/ system */
453#ifdef CPU_ARM 453#if defined(CPU_ARM) && CONFIG_PLATFORM & PLATFORM_NATIVE
454 void (*__div0)(void); 454 void (*__div0)(void);
455#endif 455#endif
456 void (*sleep)(int ticks); 456 void (*sleep)(int ticks);