Initial commit
This commit is contained in:
12
kernel/cpu/timer.h
Normal file
12
kernel/cpu/timer.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by rick on 9/22/19.
|
||||
//
|
||||
|
||||
#ifndef MY_KERNEL_TIMER_H
|
||||
#define MY_KERNEL_TIMER_H
|
||||
|
||||
#include "../types.h"
|
||||
|
||||
int init_timer(u32 freq);
|
||||
|
||||
#endif //MY_KERNEL_TIMER_H
|
||||
Reference in New Issue
Block a user