minix/kernel/arch/i386/include/arch_clock.h
Ben Gras 6a73e85ad1 retire _PROTOTYPE
. only good for obsolete K&R support
	. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00

10 lines
171 B
C

#ifndef __CLOCK_X86_H__
#define __CLOCK_X86_H__
#include "../apic_asm.h"
int init_8253A_timer(unsigned freq);
void stop_8253A_timer(void);
#endif /* __CLOCK_X86_H__ */