]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/score/include/asm/syscalls.h
Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300...
[mirror_ubuntu-bionic-kernel.git] / arch / score / include / asm / syscalls.h
CommitLineData
6bc9a396
CL
1#ifndef _ASM_SCORE_SYSCALLS_H
2#define _ASM_SCORE_SYSCALLS_H
3
2f476ef6 4asmlinkage long score_clone(struct pt_regs *regs);
2f476ef6
AB
5asmlinkage long score_sigaltstack(struct pt_regs *regs);
6asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
6bc9a396
CL
7
8#include <asm-generic/syscalls.h>
9
10#endif /* _ASM_SCORE_SYSCALLS_H */