This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
jeremy
/
os-tutorial
同期ミラー
https://github.com/cfenollosa/os-tutorial
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
622f6e75f5
ブランチ
タグ
master
os-tutorial
/
22-malloc
/
cpu
/
timer.h
timer.h
87 B
履歴
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "type.h"
void init_timer(u32 freq);
#endif