9 lines
88 B
C
Executable File
9 lines
88 B
C
Executable File
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
#include "types.h"
|
|
|
|
void init_timer(u32 freq);
|
|
|
|
#endif
|