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:
86e544849c
Ramas
Etiquetas
master
os-tutorial
/
21-shell
/
cpu
/
timer.h
timer.h
88 B
Histórico
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif