This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
jeremy
/
os-tutorial
mirror de
https://github.com/cfenollosa/os-tutorial
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
4d8e4dc26e
Ramos
Etiquetas
master
os-tutorial
/
23-fixes
/
cpu
/
timer.h
timer.h
94 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include <stdint.h>
void init_timer(uint32_t freq);
#endif