Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
2e9abdd9bad485970b37cd53a82f92702054984c
/
.
/
include
/
asm-frv
/
futex.h
blob: fca9d90e32c9ee441e573b15d30db63672d205ea [
file
] [
log
] [
blame
]
#ifndef
_ASM_FUTEX_H
#define
_ASM_FUTEX_H
#ifdef
__KERNEL__
#include
<linux/futex.h>
#include
<asm/errno.h>
#include
<asm/uaccess.h>
extern
int
futex_atomic_op_inuser
(
int
encoded_op
,
int
__user
*
uaddr
);
#endif
#endif