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:
9f013c0642
Ramas
Etiquetas
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
Histórico
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif