Sign in
android-kvm
/
linux
/
6bc9a3966f0395419b09b2ec90f89f7f00341b37
/
.
/
arch
/
score
/
include
/
asm
/
syscalls.h
blob: 00c28e04fdfc80a85ebfac05951473a2be15f143 [
file
] [
log
] [
blame
]
#ifndef
_ASM_SCORE_SYSCALLS_H
#define
_ASM_SCORE_SYSCALLS_H
asmlinkage
long
sys_clone
(
int
flags
,
unsigned
long
stack
,
struct
pt_regs
*
regs
);
#define
sys_clone sys_clone
#include
<asm-generic/syscalls.h>
#endif
/* _ASM_SCORE_SYSCALLS_H */