#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 | 100.00% | 1 | 100.00% |
Total | 201 | 100.00% | 1 | 100.00% |