Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.32 10 lines 173 B view raw
1#ifndef _ASM_X86_TIME_H 2#define _ASM_X86_TIME_H 3 4extern void hpet_time_init(void); 5 6#include <asm/mc146818rtc.h> 7 8extern void time_init(void); 9 10#endif /* _ASM_X86_TIME_H */