MushOS  0.1
A UNIX-like OS prototype, written from scratch
Loading...
Searching...
No Matches
timer.h
1#ifndef MUSHOS_TIMER_H
2#define MUSHOS_TIMER_H
3
4#include "../../lib/base/generic.h"
5
6
7void init_timer(u_dword frequency);
8
9#endif //MUSHOS_TIMER_H