net/ice/base: store NVM version in extracted format
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 75a2629..6ad14a3 100644 (file)
@@ -11,7 +11,13 @@ extern "C" {
 
 #include "channel_commands.h"
 
-void run_cli(__attribute__((unused)) void *arg);
+struct channel_packet *get_policy(void);
+
+int set_policy_mac(int port, int idx);
+
+int set_policy_defaults(struct channel_packet *pkt);
+
+void run_cli(__rte_unused void *arg);
 
 #ifdef __cplusplus
 }