summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/tc.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 11:21:43 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 11:21:43 +0000
commit2fdda101a3c040460530a98535016546a11e29fc (patch)
tree82fa38a0f4e28a1ef372d8334e19616c26900a2c /openpcd/firmware/src/picc/tc.h
parentde1d73984f09ecf2aa53636b1adebd3a459bbad9 (diff)
remove old files
git-svn-id: https://svn.openpcd.org:2342/trunk@153 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/picc/tc.h')
-rw-r--r--openpcd/firmware/src/picc/tc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/openpcd/firmware/src/picc/tc.h b/openpcd/firmware/src/picc/tc.h
deleted file mode 100644
index e4a2b37..0000000
--- a/openpcd/firmware/src/picc/tc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _TC_FDT_H
-#define _TC_FDT_H
-
-#include <sys/types.h>
-#include <lib_AT91SAM7.h>
-
-extern AT91PS_TCB tcb;
-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