2009-03-27 21:25:49 +08:00
|
|
|
#ifndef __ASM_MICROBLAZE_SYSCALLS_H
|
|
|
|
|
2009-06-19 01:55:30 +08:00
|
|
|
asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
|
|
|
|
#define sys_clone sys_clone
|
2009-03-27 21:25:49 +08:00
|
|
|
|
2009-06-19 01:55:30 +08:00
|
|
|
#include <asm-generic/syscalls.h>
|
2009-03-27 21:25:49 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_MICROBLAZE_SYSCALLS_H */
|