xref: /openbmc/linux/arch/x86/include/asm/time.h (revision ad1a4830)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21965aae3SH. Peter Anvin #ifndef _ASM_X86_TIME_H
31965aae3SH. Peter Anvin #define _ASM_X86_TIME_H
4bb898558SAl Viro 
516f871bcSRalf Baechle #include <linux/clocksource.h>
6bb898558SAl Viro #include <asm/mc146818rtc.h>
7bb898558SAl Viro 
816f871bcSRalf Baechle extern void hpet_time_init(void);
9c8c40767SThomas Gleixner extern bool pit_timer_init(void);
10*efc8b329SPaul E. McKenney extern bool tsc_clocksource_watchdog_disabled(void);
11bb898558SAl Viro 
1216f871bcSRalf Baechle extern struct clock_event_device *global_clock_event;
1316f871bcSRalf Baechle 
141965aae3SH. Peter Anvin #endif /* _ASM_X86_TIME_H */
15