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