This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
jeremy
/
os-tutorial
mirror da
https://github.com/cfenollosa/os-tutorial
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
6f09492f2b
Rami (Branch)
Tag
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif