c58a6edc1c77171a247a5f62f20067789e53623a
[dpdk.git] / lib / librte_eal / common / include / arch / ppc_64 / rte_mcslock.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2019 Arm Limited
3  */
4
5 #ifndef _RTE_MCSLOCK_PPC_64_H_
6 #define _RTE_MCSLOCK_PPC_64_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #include "generic/rte_mcslock.h"
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* _RTE_MCSLOCK_PPC_64_H_ */