summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_fdt.h
blob: 6e89f51662b0ba194016cc633f63cabb84410960 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
extern int tc_fdt_get_next_slot(int reference_time, int slotlen);

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