Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
apw
/
checkpatch
/
f59e842fc0871cd5baa213dc32e0ce8e5aaf4758
/
.
/
arch
/
x86
/
um
/
shared
/
sysdep
/
ptrace.h
blob: 5ef9344a8b241d9a69448602b48240d5165e9c1b [
file
]
#ifdef
__i386__
#include
"ptrace_32.h"
#else
#include
"ptrace_64.h"
#endif
static
inline
long
regs_return_value
(
struct
uml_pt_regs
*
regs
)
{
return
UPT_SYSCALL_RET
(
regs
);
}