This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
jeremy
/
os-tutorial
miroir de
https://github.com/cfenollosa/os-tutorial
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Branche:
master
Branches
Tags
master
os-tutorial
/
23-fixes
/
cpu
/
timer.h
timer.h
94 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include <stdint.h>
void init_timer(uint32_t freq);
#endif