18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_X86_TIME_H 38c2ecf20Sopenharmony_ci#define _ASM_X86_TIME_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#include <linux/clocksource.h> 68c2ecf20Sopenharmony_ci#include <asm/mc146818rtc.h> 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciextern void hpet_time_init(void); 98c2ecf20Sopenharmony_ciextern void time_init(void); 108c2ecf20Sopenharmony_ciextern bool pit_timer_init(void); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciextern struct clock_event_device *global_clock_event; 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif /* _ASM_X86_TIME_H */ 15