Linux 6.13-rc4
[linux.git] / fs / bcachefs / tests.h
blobc73b18aea7e01d01aece515369a8e38fd37c1870
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_TEST_H
3 #define _BCACHEFS_TEST_H
5 struct bch_fs;
7 #ifdef CONFIG_BCACHEFS_TESTS
9 int bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);
11 #else
13 #endif /* CONFIG_BCACHEFS_TESTS */
15 #endif /* _BCACHEFS_TEST_H */