New upstream version 17.11-rc3
[deb_dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 0c4bdd5..277eab3 100644 (file)
@@ -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