]> Git Repo - J-linux.git/blob - tools/testing/shared/maple-shared.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / shared / maple-shared.h
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__ */
This page took 0.030554 seconds and 4 git commands to generate.