minix3/kernel/arch/i386/include/arch_clock.h

11 lines
206 B
C
Raw Normal View History

2020-02-21 00:59:27 +05:30
#ifndef __CLOCK_X86_H__
#define __CLOCK_X86_H__
#include "../apic_asm.h"
int init_8253A_timer(unsigned freq);
void stop_8253A_timer(void);
void arch_timer_int_handler(void);
#endif /* __CLOCK_X86_H__ */