9 lines
97 B
C
Executable File
9 lines
97 B
C
Executable File
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
#include "../kernel/util.h"
|
|
|
|
void init_timer(u32 freq);
|
|
|
|
#endif
|