Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / common / crc32c_ppc.h
1 /* Copyright (C) 2017 International Business Machines Corp.
2  * All rights reserved.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation; either version
7  * 2 of the License, or (at your option) any later version.
8  */
9 #ifndef CEPH_COMMON_CRC32C_PPC_H
10 #define CEPH_COMMON_CRC32C_PPC_H
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 extern uint32_t ceph_crc32c_ppc(uint32_t crc, unsigned char const *buffer, unsigned len);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 #endif