You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 */
|
|
|