Files
Simple-Operating-System-fro…/cpu/timer.h
2019-11-18 21:59:39 +05:30

8 lines
107 B
C

#ifndef __TIMER_H__
#define __TIMER_H__
void init_timer(unsigned int freq);
void timer_install();
#endif