]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/arm/rte_power_intrinsics.c
fix spelling in comments and strings
[dpdk.git] / lib / eal / arm / rte_power_intrinsics.c
index e83f04072aae3d726646aae2e1dd4fd6bd52227d..78f55b72037cee8b5638f9ffa2aeb22f095de03a 100644 (file)
@@ -38,3 +38,14 @@ rte_power_monitor_wakeup(const unsigned int lcore_id)
 
        return -ENOTSUP;
 }
+
+int
+rte_power_monitor_multi(const struct rte_power_monitor_cond pmc[],
+               const uint32_t num, const uint64_t tsc_timestamp)
+{
+       RTE_SET_USED(pmc);
+       RTE_SET_USED(num);
+       RTE_SET_USED(tsc_timestamp);
+
+       return -ENOTSUP;
+}