/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2022 StarFive * Copyright(c) 2022 SiFive * Copyright(c) 2022 Semihalf */ #ifndef RTE_POWER_INTRINSIC_RISCV_H #define RTE_POWER_INTRINSIC_RISCV_H #ifdef __cplusplus extern "C" { #endif #include #include "generic/rte_power_intrinsics.h" #ifdef __cplusplus } #endif #endif /* RTE_POWER_INTRINSIC_RISCV_H */