Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / arch / 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_ARCH_PPC_H
10 #define CEPH_ARCH_PPC_H
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 extern int ceph_arch_ppc_crc32;
17
18 extern int ceph_arch_ppc_probe(void);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif