Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / arch / sh / include / asm / syscalls_64.h
blobd62e8eb22f749ad0767c27fc0b710243c316fc83
1 #ifndef __ASM_SH_SYSCALLS_64_H
2 #define __ASM_SH_SYSCALLS_64_H
4 #ifdef __KERNEL__
6 #include <linux/compiler.h>
7 #include <linux/linkage.h>
8 #include <linux/types.h>
10 struct pt_regs;
12 /* Misc syscall related bits */
13 asmlinkage long long do_syscall_trace_enter(struct pt_regs *regs);
14 asmlinkage void do_syscall_trace_leave(struct pt_regs *regs);
16 #endif /* __KERNEL__ */
17 #endif /* __ASM_SH_SYSCALLS_64_H */