brintos

brintos / linux-shallow public Read only

0
0
Text · 214 B · 135145a Raw
11 lines · c
1/* 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#endif11