aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/regression.h
blob: 3c8a1584e9ee4c84be01b3ecda5cfbcbccd24fd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __REGRESSION_H__
#define __REGRESSION_H__

void regression1_test(void);
void regression2_test(void);
void regression3_test(void);

#endif