syscalls.h 298 B

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