]> Git Repo - linux.git/blob - arch/sparc/include/asm/syscalls.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / arch / sparc / include / asm / syscalls.h
1 #ifndef _SPARC64_SYSCALLS_H
2 #define _SPARC64_SYSCALLS_H
3
4 struct pt_regs;
5
6 asmlinkage long sparc_do_fork(unsigned long clone_flags,
7                               unsigned long stack_start,
8                               struct pt_regs *regs,
9                               unsigned long stack_size);
10
11 #endif /* _SPARC64_SYSCALLS_H */
This page took 0.032641 seconds and 4 git commands to generate.