Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[linux-2.6-block.git] / include / linux / crc32c.h
CommitLineData
1da177e4
LT
1#ifndef _LINUX_CRC32C_H
2#define _LINUX_CRC32C_H
3
4#include <linux/types.h>
5
69c35efc 6extern u32 crc32c(u32 crc, const void *address, unsigned int length);
1da177e4 7
0426c166
HX
8/* This macro exists for backwards-compatibility. */
9#define crc32c_le crc32c
10
1da177e4 11#endif /* _LINUX_CRC32C_H */