mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 23:53:55 +08:00
f7200d4c50
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
12 lines
275 B
C
12 lines
275 B
C
#ifndef _SPARC64_SYSCALLS_H
|
|
#define _SPARC64_SYSCALLS_H
|
|
|
|
struct pt_regs;
|
|
|
|
extern 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 */
|