summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dahash_test.h
blob: 1a05bf4bd9e12270ca30984bf9539f9933199ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (C) 2023 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <djwong@kernel.org>
 */
#ifndef __XFS_DAHASH_TEST_H__
#define __XFS_DAHASH_TEST_H__

int xfs_dahash_test(void);

#endif /* __XFS_DAHASH_TEST_H__ */