xref: /dpdk/lib/eal/riscv/include/rte_power_intrinsics.h (revision dc348f2e81a94dd3b8a32c2f882483227796905d)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2022 StarFive
3  * Copyright(c) 2022 SiFive
4  * Copyright(c) 2022 Semihalf
5  */
6 
7 #ifndef RTE_POWER_INTRINSIC_RISCV_H
8 #define RTE_POWER_INTRINSIC_RISCV_H
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 #include <rte_common.h>
15 
16 #include "generic/rte_power_intrinsics.h"
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* RTE_POWER_INTRINSIC_RISCV_H */
23