]> git.proxmox.com Git - ceph.git/blame - ceph/src/common/sctp_crc32.h
import ceph quincy 17.2.6
[ceph.git] / ceph / src / common / sctp_crc32.h
CommitLineData
7c673cae
FG
1#ifndef CEPH_COMMON_SCTP_CRC32_H
2#define CEPH_COMMON_SCTP_CRC32_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8extern uint32_t ceph_crc32c_sctp(uint32_t crc, unsigned char const *data, unsigned length);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif