Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.11 8 lines 190 B view raw
1#ifndef _ASM_SCORE_SYSCALLS_H 2#define _ASM_SCORE_SYSCALLS_H 3 4asmlinkage long score_rt_sigreturn(struct pt_regs *regs); 5 6#include <asm-generic/syscalls.h> 7 8#endif /* _ASM_SCORE_SYSCALLS_H */