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