• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
1#ifndef __ASM_MICROBLAZE_SYSCALLS_H
2
3asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs);
4#define sys_clone sys_clone
5
6#include <asm-generic/syscalls.h>
7
8#endif /* __ASM_MICROBLAZE_SYSCALLS_H */
9