Michal Simek | 3be1001 | 2009-03-27 14:25:49 +0100 | [diff] [blame] | 1 | #ifndef __ASM_MICROBLAZE_SYSCALLS_H |
Michal Simek | 3be1001 | 2009-03-27 14:25:49 +0100 | [diff] [blame] | 2 | |
Michal Simek | 4302e52 | 2011-02-07 12:22:55 +0100 | [diff] [blame] | 3 | asmlinkage long microblaze_vfork(struct pt_regs *regs); |
| 4 | asmlinkage long microblaze_clone(int flags, unsigned long stack, |
| 5 | struct pt_regs *regs); |
| 6 | asmlinkage long microblaze_execve(const char __user *filenamei, |
| 7 | const char __user *const __user *argv, |
| 8 | const char __user *const __user *envp, |
| 9 | struct pt_regs *regs); |
| 10 | |
Arnd Bergmann | e513588 | 2009-06-18 19:55:30 +0200 | [diff] [blame] | 11 | asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs); |
| 12 | #define sys_clone sys_clone |
Michal Simek | 3be1001 | 2009-03-27 14:25:49 +0100 | [diff] [blame] | 13 | |
Arnd Bergmann | e513588 | 2009-06-18 19:55:30 +0200 | [diff] [blame] | 14 | #include <asm-generic/syscalls.h> |
Michal Simek | 3be1001 | 2009-03-27 14:25:49 +0100 | [diff] [blame] | 15 | |
Michal Simek | 3be1001 | 2009-03-27 14:25:49 +0100 | [diff] [blame] | 16 | #endif /* __ASM_MICROBLAZE_SYSCALLS_H */ |