]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/arm/rte_power_intrinsics.c
doc: add Meson coding style to contributors guide
[dpdk.git] / lib / librte_eal / arm / rte_power_intrinsics.c
index 8d271dc0c12ac6022745af73c5e0a2100a44c229..e83f04072aae3d726646aae2e1dd4fd6bd52227d 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;
+}