summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_fdt.h
blob: 28e7e7e5c2e0f459ee2b0f11e0ccd1612fe431dc (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 void __ramfunc tc_fdt_set_to_next_slot(int last_bit);

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