2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-18 02:04:05 +08:00
linux-next/fs/btrfs/hash.h
Chris Mason 24af03ea5e Btrfs: add hash.h
Signed-off-by: Chris Mason <chris.mason@oracle.com>
2007-03-15 12:57:43 -04:00

5 lines
107 B
C

#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif