]> git.proxmox.com Git - ceph.git/blob - ceph/src/arch/arm.h
update sources to 12.2.7
[ceph.git] / 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 extern int ceph_arch_aarch64_pmull; /* true if we have AArch64 PMULL abilities */
11
12 extern int ceph_arch_arm_probe(void);
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif