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