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