diff options
Diffstat (limited to 'tools/testing/radix-tree/test.h')
-rw-r--r-- | tools/testing/radix-tree/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/radix-tree/test.h b/tools/testing/radix-tree/test.h index 5d2fad05b263..215ab77a56e3 100644 --- a/tools/testing/radix-tree/test.h +++ b/tools/testing/radix-tree/test.h | |||
@@ -28,6 +28,7 @@ void item_kill_tree(struct radix_tree_root *root); | |||
28 | void tag_check(void); | 28 | void tag_check(void); |
29 | void multiorder_checks(void); | 29 | void multiorder_checks(void); |
30 | void iteration_test(void); | 30 | void iteration_test(void); |
31 | void benchmark(void); | ||
31 | 32 | ||
32 | struct item * | 33 | struct item * |
33 | item_tag_set(struct radix_tree_root *root, unsigned long index, int tag); | 34 | item_tag_set(struct radix_tree_root *root, unsigned long index, int tag); |