net/cnxk: update L3/L4 checksum offload in mbuf
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 75a2629..b578ec0 100644 (file)
@@ -9,9 +9,13 @@
 extern "C" {
 #endif
 
-#include "channel_commands.h"
+struct rte_power_channel_packet *get_policy(void);
 
-void run_cli(__attribute__((unused)) void *arg);
+int set_policy_mac(int port, int idx);
+
+int set_policy_defaults(struct rte_power_channel_packet *pkt);
+
+void run_cli(__rte_unused void *arg);
 
 #ifdef __cplusplus
 }