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