diff options
| author | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-31 22:31:05 +0800 |
|---|---|---|
| committer | ngkaho1234 <ngkaho1234@gmail.com> | 2016-01-31 15:57:43 +0000 |
| commit | 252c506239ab570c0f671513a3b17d3a44f86b5c (patch) | |
| tree | 205681753f461e59880c2447588efd710b182746 /include/ext4_hash.h | |
| parent | 3e42ad4c558d5f3e12cdf22f4d6610836c7df129 (diff) | |
Refactor header files dependencies.
Diffstat (limited to 'include/ext4_hash.h')
| -rw-r--r-- | include/ext4_hash.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ext4_hash.h b/include/ext4_hash.h index b7a9ac5..17989a1 100644 --- a/include/ext4_hash.h +++ b/include/ext4_hash.h @@ -45,6 +45,14 @@ extern "C" { #include <stdint.h> +struct ext4_hash_info { + uint32_t hash; + uint32_t minor_hash; + uint32_t hash_version; + const uint32_t *seed; +}; + + /**@brief Directory entry name hash function. * @param name entry name * @param len entry name length |
