New upstream version 18.08
[deb_dpdk.git] / lib / librte_eal / common / include / arch / arm / rte_prefetch.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015 RehiveTech. All rights reserved.
3  */
4
5 #ifndef _RTE_PREFETCH_ARM_H_
6 #define _RTE_PREFETCH_ARM_H_
7
8 #ifdef RTE_ARCH_64
9 #include <rte_prefetch_64.h>
10 #else
11 #include <rte_prefetch_32.h>
12 #endif
13
14 #endif /* _RTE_PREFETCH_ARM_H_ */