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