syscalls.h 190 B

12345678
  1. #ifndef _ASM_SCORE_SYSCALLS_H
  2. #define _ASM_SCORE_SYSCALLS_H
  3. asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
  4. #include <asm-generic/syscalls.h>
  5. #endif /* _ASM_SCORE_SYSCALLS_H */