H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 1 | #ifndef _ASM_X86_TIME_H |
| 2 | #define _ASM_X86_TIME_H |
Rusty Russell | d3561b7 | 2006-12-07 02:14:07 +0100 | [diff] [blame] | 3 | |
Ralf Baechle | 16f871b | 2011-06-01 19:05:06 +0100 | [diff] [blame] | 4 | #include <linux/clocksource.h> |
Thomas Gleixner | fe599f9 | 2008-01-30 13:30:26 +0100 | [diff] [blame] | 5 | #include <asm/mc146818rtc.h> |
Zachary Amsden | e30fab3 | 2007-03-05 00:30:39 -0800 | [diff] [blame] | 6 | |
Ralf Baechle | 16f871b | 2011-06-01 19:05:06 +0100 | [diff] [blame] | 7 | extern void hpet_time_init(void); |
Jaswinder Singh | cc03849 | 2008-07-21 21:52:51 +0530 | [diff] [blame] | 8 | extern void time_init(void); |
| 9 | |
Ralf Baechle | 16f871b | 2011-06-01 19:05:06 +0100 | [diff] [blame] | 10 | extern struct clock_event_device *global_clock_event; |
| 11 | |
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 12 | #endif /* _ASM_X86_TIME_H */ |