Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwamatsu
/
linux-visconti
/
39c0a53b114d0317e5c4e76b631f41d133af5cb0
/
.
/
tools
/
testing
/
radix-tree
/
regression.h
blob: 135145af18b7c17b7943b89139506ab142702aad [
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
);
void
regression4_test
(
void
);
#endif