aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vm_power_manager/guest_cli/vm_power_cli_guest.h')
-rw-r--r--examples/vm_power_manager/guest_cli/vm_power_cli_guest.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h b/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
index 75a26296..fd77f6a6 100644
--- a/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
+++ b/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
@@ -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