Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / shared / linux / maple_tree.h
blob06c89bdcc515410e6262ee65a084c02cd8b241bc
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 #define atomic_t int32_t
3 #define atomic_inc(x) uatomic_inc(x)
4 #define atomic_read(x) uatomic_read(x)
5 #define atomic_set(x, y) do {} while (0)
6 #define U8_MAX UCHAR_MAX
7 #include "../../../../include/linux/maple_tree.h"