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