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