summaryrefslogtreecommitdiff
path: root/firmware/src/picc/tc_fdt.h
blob: b39b935486e99212bcd0cd63730e35bb1d910471 (plain)
1
2
3
4
5
6
7
8
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
personal git repositories of Harald Welte. Your mileage may vary