summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/tc_fdt.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 11:21:10 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 11:21:10 +0000
commitde1d73984f09ecf2aa53636b1adebd3a459bbad9 (patch)
tree6031e338132e86602e1d844f1bc4221c4af82ff0 /openpcd/firmware/src/picc/tc_fdt.h
parent791335b6cd6df466afe58c7f6de77442368b3015 (diff)
rename tc files
git-svn-id: https://svn.openpcd.org:2342/trunk@152 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
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