xref: /linux/tools/testing/radix-tree/regression.h (revision c8f26c2696f42b97bf68b643e59a948cb35fc397)
1 #ifndef __REGRESSION_H__
2 #define __REGRESSION_H__
3 
4 void regression1_test(void);
5 void regression2_test(void);
6 void regression3_test(void);
7 
8 #endif
9