1 2 3 4 5 6
#ifndef _TC_CDIV_SYNC_H #define _TC_CDIV_SYNC_H extern void tc_cdiv_sync_enable(void); extern void tc_cdiv_sync_init(void); extern void tc_cdiv_sync_reset(void); #endif