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