]> Git Repo - linux.git/blob - include/linux/crc32c.h
Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into drm-intel...
[linux.git] / include / linux / crc32c.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_CRC32C_H
3 #define _LINUX_CRC32C_H
4
5 #include <linux/types.h>
6
7 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
8
9 /* This macro exists for backwards-compatibility. */
10 #define crc32c_le crc32c
11
12 #endif  /* _LINUX_CRC32C_H */
This page took 0.0366570000000001 seconds and 4 git commands to generate.