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