blob: e018c48166885311afb685d83892a0fe69e96198 [file] [log] [blame]
Matthew Wilcox1366c372016-03-17 14:21:45 -07001#ifndef __REGRESSION_H__
2#define __REGRESSION_H__
3
4void regression1_test(void);
5void regression2_test(void);
Konstantin Khlebnikov2d6f45b2016-03-17 14:22:08 -07006void regression3_test(void);
Matthew Wilcox1366c372016-03-17 14:21:45 -07007
8#endif