summaryrefslogtreecommitdiff
path: root/tools/testing/shared/linux/rbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/shared/linux/rbtree.h')
-rw-r--r--tools/testing/shared/linux/rbtree.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/shared/linux/rbtree.h b/tools/testing/shared/linux/rbtree.h
new file mode 100644
index 000000000000..d644bb7360bf
--- /dev/null
+++ b/tools/testing/shared/linux/rbtree.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _TEST_RBTREE_H
+#define _TEST_RBTREE_H
+
+#include <linux/kernel.h>
+#include "../../../../include/linux/rbtree.h"
+
+#endif /* _TEST_RBTREE_H */