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