summaryrefslogtreecommitdiff
path: root/src/pollux_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pollux_set.h')
-rw-r--r--src/pollux_set.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pollux_set.h b/src/pollux_set.h
new file mode 100644
index 0000000..64bb220
--- /dev/null
+++ b/src/pollux_set.h
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int pollux_set(volatile unsigned short *memregs, const char *str);
+
+#ifdef __cplusplus
+}
+#endif