Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.12 12 lines 258 B view raw
1#ifndef _ASM_X86_TIME_H 2#define _ASM_X86_TIME_H 3 4#include <linux/clocksource.h> 5#include <asm/mc146818rtc.h> 6 7extern void hpet_time_init(void); 8extern void time_init(void); 9 10extern struct clock_event_device *global_clock_event; 11 12#endif /* _ASM_X86_TIME_H */