1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 3 #ifndef _CRC32_VX_S390_H 4 #define _CRC32_VX_S390_H 5 6 #include <linux/types.h> 7 8 u32 crc32_be_vgfm_16(u32 crc, unsigned char co 9 u32 crc32_le_vgfm_16(u32 crc, unsigned char co 10 u32 crc32c_le_vgfm_16(u32 crc, unsigned char c 11 12 #endif /* _CRC32_VX_S390_H */ 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.