summaryrefslogtreecommitdiffstats
path: root/src/spdk/dpdk/lib/librte_eal/ppc/include/rte_mcslock.h
blob: c58a6edc1c77171a247a5f62f20067789e53623a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2019 Arm Limited
 */

#ifndef _RTE_MCSLOCK_PPC_64_H_
#define _RTE_MCSLOCK_PPC_64_H_

#ifdef __cplusplus
extern "C" {
#endif

#include "generic/rte_mcslock.h"

#ifdef __cplusplus
}
#endif

#endif /* _RTE_MCSLOCK_PPC_64_H_ */