Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __REGRESSION_H__
0003 #define __REGRESSION_H__
0004 
0005 void regression1_test(void);
0006 void regression2_test(void);
0007 void regression3_test(void);
0008 void regression4_test(void);
0009 
0010 #endif