summaryrefslogtreecommitdiff
path: root/openpicc/application/tc_cdiv_sync.h
blob: c834e3eeb8a54d57178d6c2a239331bdde8a4c5f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _TC_CDIV_SYNC_H
#define _TC_CDIV_SYNC_H

#include "board.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