This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
jeremy
/
os-tutorial
mirror of
https://github.com/cfenollosa/os-tutorial
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
19cb91f8fe
Branches
Tags
master
os-tutorial
/
20-interrupts-timer
/
cpu
/
timer.h
timer.h
97 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
#ifndef TIMER_H
#define TIMER_H
#include "../kernel/util.h"
void init_timer(u32 freq);
#endif