Release 4.14 arch/score/include/asm/syscalls.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_SCORE_SYSCALLS_H
#define _ASM_SCORE_SYSCALLS_H
asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
#include <asm-generic/syscalls.h>
#endif /* _ASM_SCORE_SYSCALLS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chen Liqin | 14 | 60.87% | 1 | 33.33% |
Arnd Bergmann | 8 | 34.78% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 33.33% |
Total | 23 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.