Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / shared / maple-shared.h
blobdc4d30f3860b9bd23b4177c7d7926ac686887815
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 #ifndef __MAPLE_SHARED_H__
3 #define __MAPLE_SHARED_H__
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"
13 #endif /* __MAPLE_SHARED_H__ */