crc32-vx.h 359 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _CRC32_VX_S390_H
  3. #define _CRC32_VX_S390_H
  4. #include <linux/types.h>
  5. u32 crc32_be_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
  6. u32 crc32_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
  7. u32 crc32c_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
  8. #endif /* _CRC32_VX_S390_H */