summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/tc.h
diff options
context:
space:
mode:
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