blob: 135145af18b7c17b7943b89139506ab142702aad [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __REGRESSION_H__
3#define __REGRESSION_H__
4
5void regression1_test(void);
6void regression2_test(void);
7void regression3_test(void);
8void regression4_test(void);
9
10#endif