Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / arch / arm.h
1 #ifndef CEPH_ARCH_ARM_H
2 #define CEPH_ARCH_ARM_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern int ceph_arch_neon;  /* true if we have ARM NEON or ASIMD abilities */
9 extern int ceph_arch_aarch64_crc32;  /* true if we have AArch64 CRC32/CRC32C abilities */
10
11 extern int ceph_arch_arm_probe(void);
12
13 #ifdef __cplusplus
14 }
15 #endif
16
17 #endif