This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
jeremy
/
os-tutorial
zrcadlo
https://github.com/cfenollosa/os-tutorial
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
1ec003f2c4
Větve
Značky
master
os-tutorial
/
21-shell
/
cpu
/
timer.h
timer.h
88 B
Historie
Surový
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif