]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_eal/common/include/arch/arm/rte_cycles.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / common / include / arch / arm / rte_cycles.h
CommitLineData
11fdf7f2
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2015 RehiveTech. All rights reserved.
3 */
4
5#ifndef _RTE_CYCLES_ARM_H_
6#define _RTE_CYCLES_ARM_H_
7
8#ifdef RTE_ARCH_64
9#include <rte_cycles_64.h>
10#else
11#include <rte_cycles_32.h>
12#endif
13
14#endif /* _RTE_CYCLES_ARM_H_ */