Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/drm-intel...
[linux-2.6-block.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 */