uaccess.h 280 B

123456789101112
  1. /*
  2. * Copyright IBM Corp. 2007
  3. *
  4. */
  5. #ifndef __ARCH_S390_LIB_UACCESS_H
  6. #define __ARCH_S390_LIB_UACCESS_H
  7. extern int futex_atomic_op_pt(int, u32 __user *, int, int *);
  8. extern int futex_atomic_cmpxchg_pt(u32 *, u32 __user *, u32, u32);
  9. #endif /* __ARCH_S390_LIB_UACCESS_H */