Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/testing/shared/maple-shared.h
26285 views
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
15