Sign in
kunit
/
linux
/
b59167ac7bafd804c91e49ad53c6d33a7394d4c8
/
.
/
tools
/
testing
/
radix-tree
/
regression.h
blob: 3c8a1584e9ee4c84be01b3ecda5cfbcbccd24fd3 [
file
] [
log
] [
blame
]
/* 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