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, 0 insertions, 10 deletions
diff --git a/src/pollux_set.h b/src/pollux_set.h
deleted file mode 100644
index 64bb220..0000000
--- a/src/pollux_set.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-int pollux_set(volatile unsigned short *memregs, const char *str);
-
-#ifdef __cplusplus
-}
-#endif