timer.h 97 B

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