aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin.h')
-rw-r--r--frontend/plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/plugin.h b/frontend/plugin.h
index e7a5645..5e12f90 100644
--- a/frontend/plugin.h
+++ b/frontend/plugin.h
@@ -1,3 +1,6 @@
+#ifndef __PLUGIN_H__
+#define __PLUGIN_H__
+
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
#define PLUGIN_DL_BASE 0xfbad0000
@@ -12,3 +15,5 @@ enum builtint_plugins_e {
void *plugin_link(enum builtint_plugins_e id, const char *sym);
void plugin_call_rearmed_cbs(void);
+
+#endif /* __PLUGIN_H__ */