New upstream version 18.02
[deb_dpdk.git] / lib / librte_eal / common / include / arch / arm / rte_pause_32.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2017 Cavium, Inc
3  */
4
5 #ifndef _RTE_PAUSE_ARM32_H_
6 #define _RTE_PAUSE_ARM32_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #include <rte_common.h>
13 #include "generic/rte_pause.h"
14
15 static inline void rte_pause(void)
16 {
17 }
18
19 #ifdef __cplusplus
20 }
21 #endif
22
23 #endif /* _RTE_PAUSE_ARM32_H_ */