fix spelling in comments and strings
[dpdk.git] / lib / eal / arm / rte_power_intrinsics.c
index e83f040..78f55b7 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;
+}