xref: /dpdk/lib/eal/loongarch/include/rte_power_intrinsics.h (revision 719834a6849e1daf4a70ff7742bbcc3ae7e25607)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2022 Loongson Technology Corporation Limited
3  */
4 
5 #ifndef RTE_POWER_INTRINSIC_LOONGARCH_H
6 #define RTE_POWER_INTRINSIC_LOONGARCH_H
7 
8 #include <rte_common.h>
9 
10 #include "generic/rte_power_intrinsics.h"
11 
12 #endif /* RTE_POWER_INTRINSIC_LOONGARCH_H */
13