Release 4.11 arch/x86/include/asm/time.h
#ifndef _ASM_X86_TIME_H
#define _ASM_X86_TIME_H
#include <linux/clocksource.h>
#include <asm/mc146818rtc.h>
extern void hpet_time_init(void);
extern void time_init(void);
extern struct clock_event_device *global_clock_event;
#endif /* _ASM_X86_TIME_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 12 | 34.29% | 1 | 20.00% |
Glauber de Oliveira Costa | 7 | 20.00% | 1 | 20.00% |
Jaswinder Singh Rajput | 7 | 20.00% | 1 | 20.00% |
Rusty Russell | 6 | 17.14% | 1 | 20.00% |
H. Peter Anvin | 3 | 8.57% | 1 | 20.00% |
Total | 35 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.