This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
jeremy
/
os-tutorial
zrkadlo
https://github.com/cfenollosa/os-tutorial
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
f98a02f6cc
Branche
Tagy
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
História
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif