mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
24af03ea5e
Signed-off-by: Chris Mason <chris.mason@oracle.com>
5 lines
107 B
C
5 lines
107 B
C
#ifndef __HASH__
|
|
#define __HASH__
|
|
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
|
|
#endif
|