summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/overlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/overlay.h')
-rw-r--r--apps/plugins/lib/overlay.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lib/overlay.h b/apps/plugins/lib/overlay.h
index 357dc93e39..4602966632 100644
--- a/apps/plugins/lib/overlay.h
+++ b/apps/plugins/lib/overlay.h
@@ -24,13 +24,11 @@
24#ifndef __OVERLAY_H__ 24#ifndef __OVERLAY_H__
25#define __OVERLAY_H__ 25#define __OVERLAY_H__
26 26
27#ifndef SIMULATOR
28#include "plugin.h" 27#include "plugin.h"
29 28
30/* load and run a plugin linked as an overlay. */ 29/* load and run a plugin linked as an overlay. */
31enum plugin_status run_overlay(const void* parameter, 30enum plugin_status run_overlay(const void* parameter,
32 unsigned char *filename, unsigned char *name); 31 unsigned char *filename, unsigned char *name);
33 32
34#endif /* !SIMULATOR */
35#endif /* __OVERLAY_H__ */ 33#endif /* __OVERLAY_H__ */
36 34