repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CONNECTOR]: Update documentation to match reality.
[linux-2.6/verdex.git]
/
include
/
asm-um
/
futex.h
blob
142ee2d8e0fdd176f89991825479f44885411538
1
#ifndef __UM_FUTEX_H
2
#define __UM_FUTEX_H
3
4
#include <linux/futex.h>
5
#include <asm/errno.h>
6
#include <asm/system.h>
7
#include <asm/processor.h>
8
#include <asm/uaccess.h>
9
10
#include
"asm/arch/futex.h"
11
12
#endif