2009-06-12 18:01:00 +04:00
|
|
|
#ifndef _ASM_SCORE_SYSCALLS_H
|
|
|
|
#define _ASM_SCORE_SYSCALLS_H
|
|
|
|
|
2009-06-19 15:40:41 +04:00
|
|
|
asmlinkage long score_clone(struct pt_regs *regs);
|
|
|
|
asmlinkage long score_execve(struct pt_regs *regs);
|
|
|
|
asmlinkage long score_sigaltstack(struct pt_regs *regs);
|
|
|
|
asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
|
2009-06-12 18:01:00 +04:00
|
|
|
|
|
|
|
#include <asm-generic/syscalls.h>
|
|
|
|
|
|
|
|
#endif /* _ASM_SCORE_SYSCALLS_H */
|