This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
jeremy
/
os-tutorial
peilaus alkaen
https://github.com/cfenollosa/os-tutorial
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
e9d0d6c388
Haarat
Tagit
master
os-tutorial
/
21-shell
/
cpu
/
timer.h
timer.h
88 B
Historia
Raaka
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif