This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jeremy
/
os-tutorial
oglindă de
https://github.com/cfenollosa/os-tutorial
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
1a98cab56b
Ramuri
Etichete
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
Istoric
Crud
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif