]> git.proxmox.com Git - ceph.git/blame - ceph/src/arch/arm.h
update sources to 12.2.7
[ceph.git] / ceph / src / arch / arm.h
CommitLineData
7c673cae
FG
1#ifndef CEPH_ARCH_ARM_H
2#define CEPH_ARCH_ARM_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8extern int ceph_arch_neon; /* true if we have ARM NEON or ASIMD abilities */
9extern int ceph_arch_aarch64_crc32; /* true if we have AArch64 CRC32/CRC32C abilities */
28e407b8 10extern int ceph_arch_aarch64_pmull; /* true if we have AArch64 PMULL abilities */
7c673cae
FG
11
12extern int ceph_arch_arm_probe(void);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif