xref: /minix3/minix/kernel/arch/i386/include/arch_clock.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc #ifndef __CLOCK_X86_H__
2*433d6423SLionel Sambuc #define __CLOCK_X86_H__
3*433d6423SLionel Sambuc 
4*433d6423SLionel Sambuc #include "../apic_asm.h"
5*433d6423SLionel Sambuc 
6*433d6423SLionel Sambuc int init_8253A_timer(unsigned freq);
7*433d6423SLionel Sambuc void stop_8253A_timer(void);
8*433d6423SLionel Sambuc void arch_timer_int_handler(void);
9*433d6423SLionel Sambuc 
10*433d6423SLionel Sambuc #endif /* __CLOCK_X86_H__ */
11