Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / arch / probe.h
1 #ifndef CEPH_ARCH_PROBE_H
2 #define CEPH_ARCH_PROBE_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern int ceph_arch_probed;  /* non-zero if we've probed features */
9
10 extern int ceph_arch_probe(void);
11
12 #ifdef __cplusplus
13 }
14 #endif
15
16 #endif