This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
jeremy
/
os-tutorial
дзеркало
https://github.com/cfenollosa/os-tutorial
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Дерево:
ce8e050d24
Гілки
Теги
master
os-tutorial
/
21-shell
/
cpu
/
timer.h
timer.h
88 B
Історія
Запис
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "types.h"
void init_timer(u32 freq);
#endif