This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
jeremy
/
os-tutorial
mirror de
https://github.com/cfenollosa/os-tutorial
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
1ffc847737
Branches
Tags
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