This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
jeremy
/
os-tutorial
espejo de
https://github.com/cfenollosa/os-tutorial
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
ce8e050d24
Ramas
Etiquetas
master
os-tutorial
/
23-fixes
/
cpu
/
timer.h
timer.h
94 B
Histórico
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