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 #include <rte_common.h> 9 10 #include "generic/rte_power_intrinsics.h" 11 12 #endif /* _RTE_POWER_INTRINSIC_PPC_H_ */ 13