diff options
Diffstat (limited to 'arch/score/include/asm/syscalls.h')
-rw-r--r-- | arch/score/include/asm/syscalls.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/score/include/asm/syscalls.h b/arch/score/include/asm/syscalls.h new file mode 100644 index 000000000000..00c28e04fdfc --- /dev/null +++ b/arch/score/include/asm/syscalls.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef _ASM_SCORE_SYSCALLS_H | ||
2 | #define _ASM_SCORE_SYSCALLS_H | ||
3 | |||
4 | asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs); | ||
5 | #define sys_clone sys_clone | ||
6 | |||
7 | #include <asm-generic/syscalls.h> | ||
8 | |||
9 | #endif /* _ASM_SCORE_SYSCALLS_H */ | ||