GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / score / include / asm / syscalls.h
blob1dd5e0d6b0c35bd266297426765808ccff101cf5
1 #ifndef _ASM_SCORE_SYSCALLS_H
2 #define _ASM_SCORE_SYSCALLS_H
4 asmlinkage long score_clone(struct pt_regs *regs);
5 asmlinkage long score_execve(struct pt_regs *regs);
6 asmlinkage long score_sigaltstack(struct pt_regs *regs);
7 asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
9 #include <asm-generic/syscalls.h>
11 #endif /* _ASM_SCORE_SYSCALLS_H */