blob: 35575fbfb9dce94f0ebb8ced1af496b6780d0bed [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _SPARC64_SYSCALLS_H
3#define _SPARC64_SYSCALLS_H
4
5struct pt_regs;
6
Olivier Deprez157378f2022-04-04 15:47:50 +02007asmlinkage long sparc_fork(struct pt_regs *regs);
8asmlinkage long sparc_vfork(struct pt_regs *regs);
9asmlinkage long sparc_clone(struct pt_regs *regs);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010
11#endif /* _SPARC64_SYSCALLS_H */