mirror of https://github.com/F-Stack/f-stack.git
21 lines
336 B
C
21 lines
336 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2020 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _RTE_POWER_INTRINSIC_PPC_H_
|
|
#define _RTE_POWER_INTRINSIC_PPC_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <rte_common.h>
|
|
|
|
#include "generic/rte_power_intrinsics.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _RTE_POWER_INTRINSIC_PPC_H_ */
|