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"
|
|
|
|
|
2009-11-06 10:04:15 +01:00
|
|
|
_PROTOTYPE(int init_8253A_timer, (unsigned freq));
|
|
|
|
_PROTOTYPE(void stop_8253A_timer, (void));
|
|
|
|
|
|
|
|
#endif /* __CLOCK_X86_H__ */
|