score: Add support for Sunplus S+core architecture
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / score / include / asm / syscalls.h
blob00c28e04fdfc80a85ebfac05951473a2be15f143
1 #ifndef _ASM_SCORE_SYSCALLS_H
2 #define _ASM_SCORE_SYSCALLS_H
4 asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
5 #define sys_clone sys_clone
7 #include <asm-generic/syscalls.h>
9 #endif /* _ASM_SCORE_SYSCALLS_H */