]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
net/cnxk: update L3/L4 checksum offload in mbuf
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 0c2cc1374d049a8c12b3b3cbd04c691fac8eab3c..b578ec0723c4339eae7ea5dd69369372d2b8b34a 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
 }