Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_TIME_H
0003 #define _ASM_X86_TIME_H
0004 
0005 #include <linux/clocksource.h>
0006 #include <asm/mc146818rtc.h>
0007 
0008 extern void hpet_time_init(void);
0009 extern void time_init(void);
0010 extern bool pit_timer_init(void);
0011 
0012 extern struct clock_event_device *global_clock_event;
0013 
0014 #endif /* _ASM_X86_TIME_H */