]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - tools/testing/radix-tree/regression.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / tools / testing / radix-tree / regression.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1366c37e
MW
2#ifndef __REGRESSION_H__
3#define __REGRESSION_H__
4
5void regression1_test(void);
6void regression2_test(void);
2d6f45b8 7void regression3_test(void);
1366c37e
MW
8
9#endif