]> 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 75a262967e9c9155fd68506bf486d0c0965526ba..6ad14a3dea81c4f4ac2392c02f5b33b3a4143bea 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
 }