aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/arch/arm/rte_cycles.h
blob: e8ffa894bbe754a10ae887f35a6c89ed4c49f902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2015 RehiveTech. All rights reserved.
 */

#ifndef _RTE_CYCLES_ARM_H_
#define _RTE_CYCLES_ARM_H_

#ifdef RTE_ARCH_64
#include <rte_cycles_64.h>
#else
#include <rte_cycles_32.h>
#endif

#endif /* _RTE_CYCLES_ARM_H_ */