xref: /linux/tools/testing/shared/maple-shared.h (revision 9fffa4e9b3b158f63334e603e610da7d529a0f9a)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 
3 #define CONFIG_DEBUG_MAPLE_TREE
4 #define CONFIG_MAPLE_SEARCH
5 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31)
6 #include "shared.h"
7 #include <stdlib.h>
8 #include <time.h>
9 #include "linux/init.h"
10