syscalls.h 190 字节
Newer Older
1 2 3
#ifndef _ASM_SCORE_SYSCALLS_H
#define _ASM_SCORE_SYSCALLS_H

4
asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
5 6 7 8

#include <asm-generic/syscalls.h>

#endif /* _ASM_SCORE_SYSCALLS_H */