e513588f75
The prototypes in syscalls.h all make sense for microblaze, but for some of them, the actual implementation in sys_microblaze.c needs to be adapted. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
8 lines
223 B
C
8 lines
223 B
C
#ifndef __ASM_MICROBLAZE_SYSCALLS_H
|
|
|
|
asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
|
|
#define sys_clone sys_clone
|
|
|
|
#include <asm-generic/syscalls.h>
|
|
|
|
#endif /* __ASM_MICROBLAZE_SYSCALLS_H */
|