hard_system_timer.h 101 B

12345678
  1. #ifndef __HARD_SYSTEM_TIMER_H
  2. #define __HARD_SYSTEM_TIMER_H
  3. void system_timer_init(void);
  4. #endif