]> git.droids-corp.org - dpdk.git/blobdiff - examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
net/ice/base: store NVM version in extracted format
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index fd77f6a69d6bfd02abf0fbaa7aec3154e68f6d39..6ad14a3dea81c4f4ac2392c02f5b33b3a4143bea 100644 (file)
@@ -15,9 +15,9 @@ struct channel_packet *get_policy(void);
 
 int set_policy_mac(int port, int idx);
 
-void set_policy_defaults(struct channel_packet *pkt);
+int set_policy_defaults(struct channel_packet *pkt);
 
-void run_cli(__attribute__((unused)) void *arg);
+void run_cli(__rte_unused void *arg);
 
 #ifdef __cplusplus
 }