aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/syscalls.h')
-rw-r--r--arch/score/include/asm/syscalls.h9
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 00000000000..00c28e04fdf
--- /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
4asmlinkage 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 */