eal: add power monitor for multiple events
[dpdk.git] / lib / eal / ppc / include / rte_power_intrinsics.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2020 Intel Corporation
3  */
4
5 #ifndef _RTE_POWER_INTRINSIC_PPC_H_
6 #define _RTE_POWER_INTRINSIC_PPC_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #include <rte_common.h>
13
14 #include "generic/rte_power_intrinsics.h"
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif /* _RTE_POWER_INTRINSIC_PPC_H_ */