summaryrefslogtreecommitdiff
path: root/gp2x/pollux_dpc_set.h
diff options
context:
space:
mode:
authornotaz2009-06-24 21:18:37 +0300
committernotaz2009-06-24 21:18:37 +0300
commite8f5db5d5a80a62069354466c64a9b90a2ced47c (patch)
treee175810fcc397946e7e8b1cb8ba125dae6b24956 /gp2x/pollux_dpc_set.h
parentc872443f88bd037784f795767041db9e307ac3f0 (diff)
downloadpicogpsp-e8f5db5d5a80a62069354466c64a9b90a2ced47c.tar.gz
picogpsp-e8f5db5d5a80a62069354466c64a9b90a2ced47c.tar.bz2
picogpsp-e8f5db5d5a80a62069354466c64a9b90a2ced47c.zip
pollux_dpc_set integrated
Diffstat (limited to 'gp2x/pollux_dpc_set.h')
-rw-r--r--gp2x/pollux_dpc_set.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gp2x/pollux_dpc_set.h b/gp2x/pollux_dpc_set.h
new file mode 100644
index 0000000..53155d1
--- /dev/null
+++ b/gp2x/pollux_dpc_set.h
@@ -0,0 +1,10 @@
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int pollux_dpc_set(volatile unsigned short *memregs, const char *str);
+
+#ifdef __cplusplus
+}
+#endif