This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
jeremy
/
os-tutorial
mirrorاز
https://github.com/cfenollosa/os-tutorial
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
1ec003f2c4
شاخهها
تگها
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