xref: /linux/tools/testing/radix-tree/regression.h (revision bfd5bb6f90af092aa345b15cd78143956a13c2a8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __REGRESSION_H__
3 #define __REGRESSION_H__
4 
5 void regression1_test(void);
6 void regression2_test(void);
7 void regression3_test(void);
8 
9 #endif
10