summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/poti.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/picc/poti.h')
-rw-r--r--openpcd/firmware/src/picc/poti.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openpcd/firmware/src/picc/poti.h b/openpcd/firmware/src/picc/poti.h
new file mode 100644
index 0000000..92ec00d
--- /dev/null
+++ b/openpcd/firmware/src/picc/poti.h
@@ -0,0 +1,7 @@
+#ifndef _POTI_H
+#define _POTI_H
+
+extern void poti_comp_carr(u_int8_t position);
+extern void poti_init(void);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary