]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-generic/atomic64.h
Merge branch 'locking/arch-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / include / asm-generic / atomic64.h
index 30ad9c86cebb62b1c695afb195fcdfb9ad027bee..d48e78ccad3dd8aedb3b020d46bdb00312c86772 100644 (file)
@@ -32,6 +32,10 @@ extern long long atomic64_##op##_return(long long a, atomic64_t *v);
 ATOMIC64_OPS(add)
 ATOMIC64_OPS(sub)
 
+ATOMIC64_OP(and)
+ATOMIC64_OP(or)
+ATOMIC64_OP(xor)
+
 #undef ATOMIC64_OPS
 #undef ATOMIC64_OP_RETURN
 #undef ATOMIC64_OP