app/testpmd: add new types to RSS hash commands
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index fd77f6a..6ad14a3 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
 }