Kintsugi OS 0.2.0
x86 Monolithic OS
Loading...
Searching...
No Matches
timer.h
Go to the documentation of this file.
1#ifndef TIMER_H
2#define TIMER_H
3
4#include "../kklibc/ctypes.h"
5
11void init_timer(u32 freq);
12
13#endif
unsigned int u32
Definition ctypes.h:11
void init_timer(u32 freq)
Инициализация таймера
Definition timer.c:14