blob: fca9d90e32c9ee441e573b15d30db63672d205ea [file] [log] [blame]
Jakub Jelinek4732efb2005-09-06 15:16:25 -07001#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
David Howells5c40f7f2006-01-06 00:11:43 -080010extern int futex_atomic_op_inuser(int encoded_op, int __user *uaddr);
Jakub Jelinek4732efb2005-09-06 15:16:25 -070011
12#endif
13#endif