diff options
Diffstat (limited to 'tools/testing/shared/linux/maple_tree.h')
| -rw-r--r-- | tools/testing/shared/linux/maple_tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/shared/linux/maple_tree.h b/tools/testing/shared/linux/maple_tree.h new file mode 100644 index 000000000000..7d0fadef0f11 --- /dev/null +++ b/tools/testing/shared/linux/maple_tree.h @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +#include <linux/atomic.h> + +#define U8_MAX UCHAR_MAX +#include "../../../../include/linux/maple_tree.h" |
