score: Add support for Sunplus S+core architecture
[deliverable/linux.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 */
This page took 0.038529 seconds and 5 git commands to generate.