summaryrefslogtreecommitdiff
path: root/firmware/src/picc/tc_fdt.h
blob: db0a5c2c2ed552d2efdf5d03da1825caef3e16ce (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(uint16_t count);

#endif
personal git repositories of Harald Welte. Your mileage may vary