doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / arm / rte_power_intrinsics.c
index 8d271dc..e83f040 100644 (file)
@@ -27,3 +27,14 @@ rte_power_pause(const uint64_t tsc_timestamp)
 
        return -ENOTSUP;
 }
+
+/**
+ * This function is not supported on ARM.
+ */
+int
+rte_power_monitor_wakeup(const unsigned int lcore_id)
+{
+       RTE_SET_USED(lcore_id);
+
+       return -ENOTSUP;
+}