summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/tc.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-17 13:26:27 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-08-17 13:26:27 +0000
commit0fdadd8523732da6ab0fa5b713a4e13704bc42a3 (patch)
treedd6b5d0044715d484c4b6a33d9a8fcd4e1bd378a /openpcd/firmware/src/tc.h
parenta875f28d8e853072bc0e4963d8537637086218cc (diff)
add some code for new TC2 based FDT timer
git-svn-id: https://svn.openpcd.org:2342/trunk@113 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/tc.h')
-rw-r--r--openpcd/firmware/src/tc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openpcd/firmware/src/tc.h b/openpcd/firmware/src/tc.h
index 763992c..e7aa7e4 100644
--- a/openpcd/firmware/src/tc.h
+++ b/openpcd/firmware/src/tc.h
@@ -21,4 +21,8 @@ extern void tc_cdiv_print(void);
extern void tc_cdiv_init(void);
extern void tc_cdiv_fini(void);
+#ifdef CONFIG_PICCSIM
+extern void tc_fdt_set(u_int16_t count);
+#endif
+
#endif
personal git repositories of Harald Welte. Your mileage may vary