summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_cdiv_sync.h
blob: 0c7bd37fef311f53e86da1141097de2e4b6a3265 (plain)
1
2
3
4
5
6
7
#ifndef _TC_CDIV_SYNC_H
#define _TC_CDIV_SYNC_H
extern void tc_cdiv_sync_disable(void);
extern void tc_cdiv_sync_enable(void);
extern void tc_cdiv_sync_init(void);
extern void tc_cdiv_sync_reset(void);
#endif
personal git repositories of Harald Welte. Your mileage may vary