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