summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/tc_fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/picc/tc_fdt.h')
-rw-r--r--openpcd/firmware/src/picc/tc_fdt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/openpcd/firmware/src/picc/tc_fdt.h b/openpcd/firmware/src/picc/tc_fdt.h
new file mode 100644
index 0000000..b39b935
--- /dev/null
+++ b/openpcd/firmware/src/picc/tc_fdt.h
@@ -0,0 +1,9 @@
+#ifndef _TC_FDT_H
+#define _TC_FDT_H
+
+#include <sys/types.h>
+
+extern void tc_fdt_init(void);
+extern void tc_fdt_set(u_int16_t count);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary