]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/include/asm/time.h
Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc'...
[karo-tx-linux.git] / arch / x86 / include / asm / time.h
1 #ifndef _ASM_X86_TIME_H
2 #define _ASM_X86_TIME_H
3
4 #include <linux/clocksource.h>
5 #include <asm/mc146818rtc.h>
6
7 extern void hpet_time_init(void);
8 extern void time_init(void);
9
10 extern struct clock_event_device *global_clock_event;
11
12 #endif /* _ASM_X86_TIME_H */