mkfs: move directory entry manipulation
[minix.git] / kernel / arch / i386 / include / arch_clock.h
blobdfdcbd038a992d3303406d81e1b8040ffe66aee3
1 #ifndef __CLOCK_X86_H__
2 #define __CLOCK_X86_H__
4 #include "../apic_asm.h"
6 int init_8253A_timer(unsigned freq);
7 void stop_8253A_timer(void);
8 void arch_timer_int_handler(void);
10 #endif /* __CLOCK_X86_H__ */