diff options
Diffstat (limited to 'firmware/src/picc/tc_fdt.h')
-rw-r--r-- | firmware/src/picc/tc_fdt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/src/picc/tc_fdt.h b/firmware/src/picc/tc_fdt.h new file mode 100644 index 0000000..b39b935 --- /dev/null +++ b/firmware/src/picc/tc_fdt.h @@ -0,0 +1,9 @@ +#ifndef _TC_FDT_H +#define _TC_FDT_H + +#include <sys/types.h> + +extern void tc_fdt_init(void); +extern void tc_fdt_set(u_int16_t count); + +#endif |