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