linux_dsm_epyc7002/include/linux/crc32c.h

9 lines
175 B
C
Raw Normal View History

#ifndef _LINUX_CRC32C_H
#define _LINUX_CRC32C_H
#include <linux/types.h>
extern u32 crc32c(u32 crc, const void *address, unsigned int length);
#endif /* _LINUX_CRC32C_H */