projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da99898
)
add hash.h
author
Chris Mason
<chris.mason@oracle.com>
Thu, 15 Mar 2007 16:57:43 +0000
(12:57 -0400)
committer
David Woodhouse
<dwmw2@hera.kernel.org>
Thu, 15 Mar 2007 16:57:43 +0000
(12:57 -0400)
hash.h
[new file with mode: 0644]
patch
|
blob
diff --git a/hash.h
b/hash.h
new file mode 100644
(file)
index 0000000..
e56c467
--- /dev/null
+++ b/
hash.h
@@ -0,0
+1,4
@@
+#ifndef __HASH__
+#define __HASH__
+int btrfs_name_hash(const char *name, int len, u64 *hash_result);
+#endif