ceph/wireshark/ceph/crc32c.h
2009-09-03 17:40:30 -07:00

15 lines
200 B
C

#ifndef __CEPH_CRC32C
#define __CEPH_CRC32C
#ifdef __cplusplus
extern "C" {
#endif
uint32_t crc32c_le(uint32_t crc, unsigned char const *data, unsigned length);
#ifdef __cplusplus
}
#endif
#endif