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