summaryrefslogtreecommitdiff
path: root/tools/testing/shared/maple-shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/shared/maple-shim.c')
-rw-r--r--tools/testing/shared/maple-shim.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/testing/shared/maple-shim.c b/tools/testing/shared/maple-shim.c
new file mode 100644
index 000000000000..640df76f483e
--- /dev/null
+++ b/tools/testing/shared/maple-shim.c
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+/* Very simple shim around the maple tree. */
+
+#include "maple-shared.h"
+
+#include "../../../lib/maple_tree.c"