New upstream version 18.08
[deb_dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4
5 #ifndef VM_POWER_CLI_H_
6 #define VM_POWER_CLI_H_
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 #include "channel_commands.h"
13
14 struct channel_packet *get_policy(void);
15
16 int set_policy_mac(int port, int idx);
17
18 void set_policy_defaults(struct channel_packet *pkt);
19
20 void run_cli(__attribute__((unused)) void *arg);
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif /* VM_POWER_CLI_H_ */