This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
jeremy
/
os-tutorial
kopia lustrzana
https://github.com/cfenollosa/os-tutorial
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
7797630a24
Gałęzie
Tagi
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
Historia
Czysty
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif