diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-02-01 14:06:30 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 19:53:23 +0300 |
commit | 5ceba75f121004335616befd2045c8a6b75b2bc4 (patch) | |
tree | 1e0a67e090cf76aab29c95393d04ee778b5c8271 /include/asm-xtensa | |
parent | 72e5525765ee01d72a9b92fab78ecea883ae7fdd (diff) | |
download | linux-5ceba75f121004335616befd2045c8a6b75b2bc4.tar.xz |
[PATCH] xtensa: add asm/futex.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-xtensa')
-rw-r--r-- | include/asm-xtensa/futex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-xtensa/futex.h b/include/asm-xtensa/futex.h new file mode 100644 index 000000000000..0b745828f42b --- /dev/null +++ b/include/asm-xtensa/futex.h @@ -0,0 +1 @@ +#include <asm-generic/futex.h> |