syscalls.h 223 B

12345678
  1. #ifndef __ASM_MICROBLAZE_SYSCALLS_H
  2. asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
  3. #define sys_clone sys_clone
  4. #include <asm-generic/syscalls.h>
  5. #endif /* __ASM_MICROBLAZE_SYSCALLS_H */