]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/include/linux/atomic.h
Merge branch 'nowait-aio-btrfs-fixup' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / tools / include / linux / atomic.h
1 #ifndef __TOOLS_LINUX_ATOMIC_H
2 #define __TOOLS_LINUX_ATOMIC_H
3
4 #include <asm/atomic.h>
5
6 /* atomic_cmpxchg_relaxed */
7 #ifndef atomic_cmpxchg_relaxed
8 #define atomic_cmpxchg_relaxed atomic_cmpxchg
9 #define atomic_cmpxchg_release atomic_cmpxchg
10 #endif /* atomic_cmpxchg_relaxed */
11
12 #endif /* __TOOLS_LINUX_ATOMIC_H */