]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_eal/common/include/arch/arm/rte_cpuflags.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_eal / common / include / arch / arm / rte_cpuflags.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2015 RehiveTech. All rights reserved.
3 */
4
5 #ifndef _RTE_CPUFLAGS_ARM_H_
6 #define _RTE_CPUFLAGS_ARM_H_
7
8 #ifdef RTE_ARCH_64
9 #include <rte_cpuflags_64.h>
10 #else
11 #include <rte_cpuflags_32.h>
12 #endif
13
14 #endif /* _RTE_CPUFLAGS_ARM_H_ */