allwinner_a64/lichee/linux-4.9/arch/sparc/include/asm/syscalls.h
2018-08-08 14:16:19 +08:00

11 lines
268 B
C

#ifndef _SPARC64_SYSCALLS_H
#define _SPARC64_SYSCALLS_H
struct pt_regs;
asmlinkage long sparc_do_fork(unsigned long clone_flags,
unsigned long stack_start,
struct pt_regs *regs,
unsigned long stack_size);
#endif /* _SPARC64_SYSCALLS_H */