add hash.h

master
Chris Mason 2007-03-15 12:57:43 -04:00 committed by David Woodhouse
parent da99898c78
commit 5180a0b352
1 changed files with 4 additions and 0 deletions

4
hash.h 100644
View File

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