New upstream version 18.08
[deb_dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 75a2629..fd77f6a 100644 (file)
@@ -11,6 +11,12 @@ extern "C" {
 
 #include "channel_commands.h"
 
+struct channel_packet *get_policy(void);
+
+int set_policy_mac(int port, int idx);
+
+void set_policy_defaults(struct channel_packet *pkt);
+
 void run_cli(__attribute__((unused)) void *arg);
 
 #ifdef __cplusplus