mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-17 12:24:37 +03:00
lesson 20, preliminar
This commit is contained in:
8
20-interrupts-timer/cpu/timer.h
Normal file
8
20-interrupts-timer/cpu/timer.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
#include "../kernel/util.h"
|
||||
|
||||
void init_timer(u32 freq);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user