summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/host_src/jet.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm-wt-22k/host_src/jet.h')
-rw-r--r--arm-wt-22k/host_src/jet.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm-wt-22k/host_src/jet.h b/arm-wt-22k/host_src/jet.h
index 8e7f984..fb83ec6 100644
--- a/arm-wt-22k/host_src/jet.h
+++ b/arm-wt-22k/host_src/jet.h
@@ -32,6 +32,11 @@
#include "eas_types.h"
#include "eas.h"
+/* for C++ linkage */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* opaque handle types for JET interface */
typedef struct s_jet_data_tag *JET_DATA_HANDLE;
@@ -174,5 +179,10 @@ EAS_PUBLIC EAS_RESULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackN
*/
EAS_PUBLIC EAS_RESULT JET_TriggerClip (EAS_DATA_HANDLE easHandle, EAS_INT clipID);
+#ifdef __cplusplus
+} /* end extern "C" */
+#endif
+
+
#endif