at v3.8-rc2 9 lines 247 B view raw
1#ifndef _ASM_SCORE_SYSCALLS_H 2#define _ASM_SCORE_SYSCALLS_H 3 4asmlinkage long score_sigaltstack(struct pt_regs *regs); 5asmlinkage long score_rt_sigreturn(struct pt_regs *regs); 6 7#include <asm-generic/syscalls.h> 8 9#endif /* _ASM_SCORE_SYSCALLS_H */