xref: /linux/tools/testing/radix-tree/regression.h (revision 95d002e0a34cb0f238abb39987f9980f325d8332)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21366c37eSMatthew Wilcox #ifndef __REGRESSION_H__
31366c37eSMatthew Wilcox #define __REGRESSION_H__
41366c37eSMatthew Wilcox 
51366c37eSMatthew Wilcox void regression1_test(void);
61366c37eSMatthew Wilcox void regression2_test(void);
72d6f45b8SKonstantin Khlebnikov void regression3_test(void);
8*eff3860bSMatthew Wilcox void regression4_test(void);
91366c37eSMatthew Wilcox 
101366c37eSMatthew Wilcox #endif
11