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
/
22-malloc
/
cpu
/
timer.h
timer.h
87 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "type.h"
void init_timer(u32 freq);
#endif