net/cnxk: update L3/L4 checksum offload in mbuf
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 0c2cc13..b578ec0 100644 (file)
@@ -9,15 +9,13 @@
 extern "C" {
 #endif
 
-#include "channel_commands.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(__attribute__((unused)) void *arg);
+void run_cli(__rte_unused void *arg);
 
 #ifdef __cplusplus
 }