summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/overlay.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-09 09:03:57 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 13:04:38 +0000
commitc18839e3f8e1e8a6155158ebf713a82966623ed7 (patch)
tree91fb396a4f50d64b1024f5e14c9c47f30aaa4066 /apps/plugins/lib/overlay.h
parent7ad8b2eb3c979a8f51ccb2d8127efe27beeb39bd (diff)
Fix red, hopefully.
Change-Id: I4ee6b9793260ac7dec9d72f27bfe242cd4adbf38
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 @@
#ifndef __OVERLAY_H__
#define __OVERLAY_H__
-#ifndef SIMULATOR
#include "plugin.h"
/* load and run a plugin linked as an overlay. */
enum plugin_status run_overlay(const void* parameter,
unsigned char *filename, unsigned char *name);
-#endif /* !SIMULATOR */
#endif /* __OVERLAY_H__ */