Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / crc32c_intel_baseline.h
1 #ifndef CEPH_COMMON_CRC32C_INTEL_BASELINE_H
2 #define CEPH_COMMON_CRC32C_INTEL_BASELINE_H
3
4 #include "include/int_types.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern uint32_t ceph_crc32c_intel_baseline(uint32_t crc, unsigned char const *buffer, unsigned len);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif