X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ftimer.h;h=d9eee7a328555e25d09ad46334bd7c9266a41f9e;hb=abe638e30cc642fb4e80d805fc1372eb49e900b4;hp=0464914091353f30eb7029e4be0453250b283713;hpb=6ad7dd18fb9a1c674708e32fce3f4e89c8f1d83d;p=carl9170fw.git diff --git a/carlfw/include/timer.h b/carlfw/include/timer.h index 0464914..d9eee7a 100644 --- a/carlfw/include/timer.h +++ b/carlfw/include/timer.h @@ -90,4 +90,7 @@ static inline __inline void udelay(const uint32_t usec) } void clock_set(enum cpu_clock_t _clock, bool on); +void handle_timer(void); +void timer_init(const unsigned int timer, const unsigned int interval); + #endif /* __CARL9170FW_TIMER_H */