repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: serial: option: reimplement interface masking
[linux/fpc-iii.git]
/
arch
/
score
/
include
/
asm
/
syscalls.h
blob
caa099fd9a8eab3338194f73d1b6d56d738417c5
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_SCORE_SYSCALLS_H
3
#define _ASM_SCORE_SYSCALLS_H
4
5
asmlinkage
long
score_rt_sigreturn
(
struct
pt_regs
*
regs
);
6
7
#include <asm-generic/syscalls.h>
8
9
#endif
/* _ASM_SCORE_SYSCALLS_H */