1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_H8300_SYSCALLS_32_H
3 #define __ASM_H8300_SYSCALLS_32_H
7 #include <linux/compiler.h>
8 #include <linux/linkage.h>
9 #include <linux/types.h>
10 #include <linux/ptrace.h>
13 syscall_get_nr(struct task_struct
*task
, struct pt_regs
*regs
)
15 return regs
->orig_er0
;
19 syscall_get_arguments(struct task_struct
*task
, struct pt_regs
*regs
,
20 unsigned int i
, unsigned int n
, unsigned long *args
)
52 /* Misc syscall related bits */
53 asmlinkage
long do_syscall_trace_enter(struct pt_regs
*regs
);
54 asmlinkage
void do_syscall_trace_leave(struct pt_regs
*regs
);
56 #endif /* __KERNEL__ */
57 #endif /* __ASM_H8300_SYSCALLS_32_H */