aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/regression.h
blob: bb1c2ab1ae80296747d16427657b4b1d65a40ad2 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __REGRESSION_H__
#define __REGRESSION_H__

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

#endif