blob: b1a22173d027b9bde6774194631d635932bc42ff [file] [log] [blame]
Heiko Carstens2b67fc42007-02-05 21:16:47 +01001/*
Heiko Carstens2b67fc42007-02-05 21:16:47 +01002 * Copyright IBM Corp. 2007
3 *
4 */
5
6#ifndef __ARCH_S390_LIB_UACCESS_H
7#define __ARCH_S390_LIB_UACCESS_H
8
Michel Lespinasse8d7718a2011-03-10 18:50:58 -08009extern int futex_atomic_op_pt(int, u32 __user *, int, int *);
10extern int futex_atomic_cmpxchg_pt(u32 *, u32 __user *, u32, u32);
Heiko Carstens2b67fc42007-02-05 21:16:47 +010011
12#endif /* __ARCH_S390_LIB_UACCESS_H */