timer.h 88 B

12345678
  1. #ifndef TIMER_H
  2. #define TIMER_H
  3. #include "types.h"
  4. void init_timer(u32 freq);
  5. #endif