Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / sctp_crc32.h
1 #ifndef CEPH_COMMON_SCTP_CRC32_H
2 #define CEPH_COMMON_SCTP_CRC32_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern uint32_t ceph_crc32c_sctp(uint32_t crc, unsigned char const *data, unsigned length);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif