Release 4.14 arch/x86/include/asm/time.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 33.33% | 1 | 16.67% |
Jaswinder Singh Rajput | 7 | 19.44% | 1 | 16.67% |
Glauber de Oliveira Costa | 7 | 19.44% | 1 | 16.67% |
Rusty Russell | 6 | 16.67% | 1 | 16.67% |
H. Peter Anvin | 3 | 8.33% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.78% | 1 | 16.67% |
Total | 36 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.