]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/time.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-artful-kernel.git] / arch / x86 / include / asm / time.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_TIME_H
2#define _ASM_X86_TIME_H
ee238e5c 3
16f871bc 4#include <linux/clocksource.h>
fe599f9f 5#include <asm/mc146818rtc.h>
e30fab3a 6
16f871bc 7extern void hpet_time_init(void);
cc038491
JS
8extern void time_init(void);
9
16f871bc
RB
10extern struct clock_event_device *global_clock_event;
11
1965aae3 12#endif /* _ASM_X86_TIME_H */