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):
38a1981d37
Rami (Branch)
Tag
master
os-tutorial
/
22-malloc
/
cpu
/
timer.h
timer.h
87 B
Cronologia
Originale
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "type.h"
void init_timer(u32 freq);
#endif