summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/os/tc_cdiv.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 15:35:44 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-09 15:35:44 +0000
commit5bf2bacdc5f1526a300321ad487676bdc97991a4 (patch)
treef858e8feefc4cd699dc2a674a68c3d2eb69d877c /openpcd/firmware/src/os/tc_cdiv.h
parent2fdda101a3c040460530a98535016546a11e29fc (diff)
- cleanup of comments in TC/SSC PCD/PICC spearation
- add first 'main_openpicc' TARGET for PICC git-svn-id: https://svn.openpcd.org:2342/trunk@154 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/tc_cdiv.h')
-rw-r--r--openpcd/firmware/src/os/tc_cdiv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/tc_cdiv.h b/openpcd/firmware/src/os/tc_cdiv.h
index 8b4031d..4f2bc02 100644
--- a/openpcd/firmware/src/os/tc_cdiv.h
+++ b/openpcd/firmware/src/os/tc_cdiv.h
@@ -2,6 +2,9 @@
#define _TC_CDIV_H
#include <sys/types.h>
+#include <lib_AT91SAM7.h>
+
+static AT91PS_TCB tcb;
extern void tc_cdiv_phase_add(int16_t inc);
extern void tc_cdiv_set_divider(u_int16_t div);
personal git repositories of Harald Welte. Your mileage may vary