2008-10-23 13:26:29 +08:00
|
|
|
#ifndef _ASM_X86_TIME_H
|
|
|
|
#define _ASM_X86_TIME_H
|
2008-01-30 20:31:10 +08:00
|
|
|
|
2011-06-02 02:05:06 +08:00
|
|
|
#include <linux/clocksource.h>
|
2008-01-30 20:30:26 +08:00
|
|
|
#include <asm/mc146818rtc.h>
|
2007-03-05 16:30:39 +08:00
|
|
|
|
2011-06-02 02:05:06 +08:00
|
|
|
extern void hpet_time_init(void);
|
2008-07-22 00:22:51 +08:00
|
|
|
extern void time_init(void);
|
|
|
|
|
2011-06-02 02:05:06 +08:00
|
|
|
extern struct clock_event_device *global_clock_event;
|
|
|
|
|
2008-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_TIME_H */
|