blob: 720761cc741f43209e8081afd8dde3d5fb028a40 [file] [log] [blame]
Michal Simek3be10012009-03-27 14:25:49 +01001#ifndef __ASM_MICROBLAZE_SYSCALLS_H
Michal Simek3be10012009-03-27 14:25:49 +01002
Arnd Bergmanne5135882009-06-18 19:55:30 +02003asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
4#define sys_clone sys_clone
Michal Simek3be10012009-03-27 14:25:49 +01005
Arnd Bergmanne5135882009-06-18 19:55:30 +02006#include <asm-generic/syscalls.h>
Michal Simek3be10012009-03-27 14:25:49 +01007
Michal Simek3be10012009-03-27 14:25:49 +01008#endif /* __ASM_MICROBLAZE_SYSCALLS_H */