xref: /dpdk/lib/eal/ppc/include/rte_pflock.h (revision 99a2dd95)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2021 Microsoft Corporation
3  */
4 #ifndef _RTE_PFLOCK_PPC_64_H_
5 #define _RTE_PFLOCK_PPC_64_H_
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "generic/rte_pflock.h"
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif /* _RTE_PFLOCK_PPC_64_H_ */
18