blob: 66fa8ff795ec5431fae513c0886ae56c47a6ec6e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_CRC32C_H
2#define _LINUX_CRC32C_H
3
4#include <linux/types.h>
5
Herbert Xu69c35ef2008-11-07 15:11:47 +08006extern u32 crc32c(u32 crc, const void *address, unsigned int length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
8#endif /* _LINUX_CRC32C_H */