summaryrefslogtreecommitdiffstats
path: root/mixer-binding
diff options
context:
space:
mode:
authorfulup <fulup.arfoll@iot.bzh>2018-05-14 19:59:22 +0200
committerfulup <fulup.arfoll@iot.bzh>2018-05-14 20:02:32 +0200
commit9f62093c6d4bf084f0e2aac9da60b3020927e938 (patch)
tree7672c83c7b608ef29927d42c2abbd46bbda42a9b /mixer-binding
parent36f8b0e393f8407efa79f383a58e10613d18e959 (diff)
Move to new Romain controller version
Diffstat (limited to 'mixer-binding')
-rw-r--r--mixer-binding/mixer-binding.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mixer-binding/mixer-binding.h b/mixer-binding/mixer-binding.h
index 57d4ce9..b60ccee 100644
--- a/mixer-binding/mixer-binding.h
+++ b/mixer-binding/mixer-binding.h
@@ -27,4 +27,11 @@
#include <ctl-config.h>
+#ifndef PUBLIC
+#define PUBLIC
+#endif
+#ifndef STATIC
+#define STATIC static
+#endif
+
#endif /* _CTL_BINDING_INCLUDE_ */