]> Git Repo - J-linux.git/blob - arch/score/include/asm/syscalls.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.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_execve(struct pt_regs *regs);
6 asmlinkage long score_sigaltstack(struct pt_regs *regs);
7 asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
8
9 #include <asm-generic/syscalls.h>
10
11 #endif /* _ASM_SCORE_SYSCALLS_H */
This page took 0.028881 seconds and 4 git commands to generate.