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