diff options
Diffstat (limited to 'tools/testing/shared/rbtree-shim.c')
-rw-r--r-- | tools/testing/shared/rbtree-shim.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/shared/rbtree-shim.c b/tools/testing/shared/rbtree-shim.c new file mode 100644 index 000000000000..7692a993e5f1 --- /dev/null +++ b/tools/testing/shared/rbtree-shim.c @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 + +/* Very simple shim around the rbtree. */ + +#include "../../../lib/rbtree.c" + |