f-stack/dpdk/lib/eal/loongarch/include/rte_power_intrinsics.h

21 lines
370 B
C
Raw Normal View History

2023-09-13 12:21:49 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2022 Loongson Technology Corporation Limited
*/
#ifndef RTE_POWER_INTRINSIC_LOONGARCH_H
#define RTE_POWER_INTRINSIC_LOONGARCH_H
#ifdef __cplusplus
extern "C" {
#endif
#include <rte_common.h>
#include "generic/rte_power_intrinsics.h"
#ifdef __cplusplus
}
#endif
#endif /* RTE_POWER_INTRINSIC_LOONGARCH_H */