aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_eal/common/include/arch/ppc_64/rte_pause.h
blob: 8bd8357649347d719c68b2442f0831c0a076fc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2017 Cavium, Inc
 */

#ifndef _RTE_PAUSE_PPC64_H_
#define _RTE_PAUSE_PPC64_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "generic/rte_pause.h"

static inline void rte_pause(void)
{
}

#ifdef __cplusplus
}
#endif

#endif /* _RTE_PAUSE_PPC64_H_ */