00c28e04fdfc80a85ebfac05951473a2be15f143
[firefly-linux-kernel-4.4.55.git] / arch / score / include / asm / syscalls.h
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 */