Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _SPARC64_SYSCALLS_H
0003 #define _SPARC64_SYSCALLS_H
0004 
0005 struct pt_regs;
0006 
0007 asmlinkage long sparc_fork(struct pt_regs *regs);
0008 asmlinkage long sparc_vfork(struct pt_regs *regs);
0009 asmlinkage long sparc_clone(struct pt_regs *regs);
0010 
0011 #endif /* _SPARC64_SYSCALLS_H */