diff options
Diffstat (limited to 'fs/btrfs/hash.h')
-rw-r--r-- | fs/btrfs/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/hash.h b/fs/btrfs/hash.h index 118a2316e5d3..c3a2ec554361 100644 --- a/fs/btrfs/hash.h +++ b/fs/btrfs/hash.h | |||
@@ -22,6 +22,7 @@ | |||
22 | int __init btrfs_hash_init(void); | 22 | int __init btrfs_hash_init(void); |
23 | 23 | ||
24 | void btrfs_hash_exit(void); | 24 | void btrfs_hash_exit(void); |
25 | const char* btrfs_crc32c_impl(void); | ||
25 | 26 | ||
26 | u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length); | 27 | u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length); |
27 | 28 | ||