gp2x+wiz binary support, wiz code wip
[libpicofe.git] / gp2x / pollux_set.h
diff --git a/gp2x/pollux_set.h b/gp2x/pollux_set.h
new file mode 100644 (file)
index 0000000..64bb220
--- /dev/null
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int pollux_set(volatile unsigned short *memregs, const char *str);
+
+#ifdef __cplusplus
+}
+#endif