xref: /linux/tools/testing/shared/maple-shared.h (revision 570172569238c66a482ec3eb5d766cc9cf255f69)
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