]> Pileus Git - ~andy/linux/blob - arch/s390/lib/uaccess.h
Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into...
[~andy/linux] / arch / s390 / lib / uaccess.h
1 /*
2  *    Copyright IBM Corp. 2007
3  *
4  */
5
6 #ifndef __ARCH_S390_LIB_UACCESS_H
7 #define __ARCH_S390_LIB_UACCESS_H
8
9 extern int futex_atomic_op_pt(int, u32 __user *, int, int *);
10 extern int futex_atomic_cmpxchg_pt(u32 *, u32 __user *, u32, u32);
11
12 #endif /* __ARCH_S390_LIB_UACCESS_H */