summaryrefslogtreecommitdiffstats
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, 0 insertions, 6 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 0c4bdd5b..277eab3d 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
@@ -40,12 +40,6 @@ extern "C" {
#include "channel_commands.h"
-int guest_channel_host_connect(unsigned lcore_id);
-
-int guest_channel_send_msg(struct channel_packet *pkt, unsigned lcore_id);
-
-void guest_channel_host_disconnect(unsigned lcore_id);
-
void run_cli(__attribute__((unused)) void *arg);
#ifdef __cplusplus