add hash.h

This commit is contained in:
Chris Mason 2007-03-15 12:57:43 -04:00 committed by David Woodhouse
parent da99898c78
commit 5180a0b352

4
hash.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif