// timer.h	By KCO
#ifndef __TIMER_H
#define	__TIMER_H
#include "common.h"

void init_tim_cap(void);

#endif

