xref: /linux/include/linux/crc32c.h (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_CRC32C_H
3 #define _LINUX_CRC32C_H
4 
5 #include <linux/crc32.h>
6 
7 #endif	/* _LINUX_CRC32C_H */
8