sched_timer.h 161 B

12345678
  1. #ifndef _Sched_Timer_H__
  2. #define _Sched_Timer_H__
  3. #include "bsp/bsp.h"
  4. #include "os/os_types.h"
  5. void sched_timer_enable(u32 us);
  6. #endif /* _Sched_Timer_H__ */