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