Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / sh / include / asm / syscalls_64.h
blobdf42656cebea2093bbcfe00242e1aaece1f23a8c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_SYSCALLS_64_H
3 #define __ASM_SH_SYSCALLS_64_H
5 #ifdef __KERNEL__
7 #include <linux/compiler.h>
8 #include <linux/linkage.h>
9 #include <linux/types.h>
11 struct pt_regs;
13 /* Misc syscall related bits */
14 asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs);
15 asmlinkage void do_syscall_trace_leave(struct pt_regs *regs);
17 #endif /* __KERNEL__ */
18 #endif /* __ASM_SH_SYSCALLS_64_H */