2009-11-06 10:04:15 +01:00
|
|
|
#ifndef __CLOCK_X86_H__
|
|
|
|
#define __CLOCK_X86_H__
|
|
|
|
|
2010-09-15 16:10:09 +02:00
|
|
|
#include "../apic_asm.h"
|
|
|
|
|
2012-03-24 16:16:34 +01:00
|
|
|
int init_8253A_timer(unsigned freq);
|
|
|
|
void stop_8253A_timer(void);
|
2009-11-06 10:04:15 +01:00
|
|
|
|
|
|
|
#endif /* __CLOCK_X86_H__ */
|