summaryrefslogtreecommitdiff
path: root/hash.h
blob: e56c4670093d432d9d75ac2639547aecb3c99688 (plain)
1
2
3
4
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif