SmartAudio/lichee/linux-4.9/arch/sparc/include/asm/syscalls.h

12 lines
268 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#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 */