blob: 3c8a1584e9ee4c84be01b3ecda5cfbcbccd24fd3 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* 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);
8
9#endif