projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ARM] 3110/5: old ABI compat: multi-ABI syscall entry support
[linux-2.6]
/
include
/
asm-frv
/
futex.h
1
#ifndef _ASM_FUTEX_H
2
#define _ASM_FUTEX_H
3
4
#ifdef __KERNEL__
5
6
#include <linux/futex.h>
7
#include <asm/errno.h>
8
#include <asm/uaccess.h>
9
10
extern int futex_atomic_op_inuser(int encoded_op, int __user *uaddr);
11
12
#endif
13
#endif