]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - tools/testing/radix-tree/test.h
radix-tree tests: add iteration test
[mirror_ubuntu-zesty-kernel.git] / tools / testing / radix-tree / test.h
index e85131369723c971dbd5f7f198c389b4cd75fc3a..217fb2403f0901c13d55936fa7cfe0c6c9da4157 100644 (file)
@@ -27,6 +27,7 @@ void item_kill_tree(struct radix_tree_root *root);
 
 void tag_check(void);
 void multiorder_checks(void);
+void iteration_test(void);
 
 struct item *
 item_tag_set(struct radix_tree_root *root, unsigned long index, int tag);