Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11-rc2 12 lines 276 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2023 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <djwong@kernel.org> 5 */ 6#ifndef __XFS_DAHASH_TEST_H__ 7#define __XFS_DAHASH_TEST_H__ 8 9int xfs_dahash_test(void); 10 11#endif /* __XFS_DAHASH_TEST_H__ */ 12