Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 1 | /* |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 2 | * Copyright IBM Corp. 2007 |
| 3 | * |
| 4 | */ |
| 5 | |
| 6 | #ifndef __ARCH_S390_LIB_UACCESS_H |
| 7 | #define __ARCH_S390_LIB_UACCESS_H |
| 8 | |
Michel Lespinasse | 8d7718a | 2011-03-10 18:50:58 -0800 | [diff] [blame] | 9 | extern int futex_atomic_op_pt(int, u32 __user *, int, int *); |
| 10 | extern int futex_atomic_cmpxchg_pt(u32 *, u32 __user *, u32, u32); |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 11 | |
| 12 | #endif /* __ARCH_S390_LIB_UACCESS_H */ |