Merge branch 'pci/resource' into next
[deliverable/linux.git] / 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 */
This page took 0.04359 seconds and 5 git commands to generate.