8d332534342f608f5ae6c037707c73e94b7b8db8
[profile/ivi/kernel-adaptation-intel-automotive.git] / arch / score / include / asm / syscalls.h
1 #ifndef _ASM_SCORE_SYSCALLS_H
2 #define _ASM_SCORE_SYSCALLS_H
3
4 asmlinkage long score_clone(struct pt_regs *regs);
5 asmlinkage long score_sigaltstack(struct pt_regs *regs);
6 asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
7
8 #include <asm-generic/syscalls.h>
9
10 #endif /* _ASM_SCORE_SYSCALLS_H */