/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_H8300_SYSCALLS_32_H #define __ASM_H8300_SYSCALLS_32_H #ifdef __KERNEL__ #include <linux/compiler.h> #include <linux/linkage.h> #include <linux/types.h> #include <linux/ptrace.h>
static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) { return regs->orig_er0; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 22 | 100.00% | 1 | 100.00% |
Total | 22 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 131 | 100.00% | 1 | 100.00% |
Total | 131 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 201 | 99.50% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 0.50% | 1 | 50.00% |
Total | 202 | 100.00% | 2 | 100.00% |