mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
4 lines
107 B
C
4 lines
107 B
C
#ifndef __HASH__
|
|
#define __HASH__
|
|
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
|
|
#endif
|