Release 4.14 arch/ia64/include/asm/clocksource.h
/* SPDX-License-Identifier: GPL-2.0 */
/* IA64-specific clocksource additions */
#ifndef _ASM_IA64_CLOCKSOURCE_H
#define _ASM_IA64_CLOCKSOURCE_H
struct arch_clocksource_data {
void *fsys_mmio; /* used by fsyscall asm code */
};
#endif /* _ASM_IA64_CLOCKSOURCE_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Lutomirski | 20 | 95.24% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 50.00% |
Total | 21 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.