unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / include / linux / crc32c.h
blob357ae4611a4539e0cba582941e5c85095238272e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_CRC32C_H
3 #define _LINUX_CRC32C_H
5 #include <linux/types.h>
7 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
9 /* This macro exists for backwards-compatibility. */
10 #define crc32c_le crc32c
12 #endif /* _LINUX_CRC32C_H */