xref: /dpdk/examples/vm_power_manager/vm_power_cli.h (revision 3998e2a07220844d3f3c17f76a781ced3efe0de0)
1*3998e2a0SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause
2*3998e2a0SBruce Richardson  * Copyright(c) 2010-2014 Intel Corporation
33842bf24SAlan Carew  */
43842bf24SAlan Carew 
53842bf24SAlan Carew #ifndef VM_POWER_CLI_H_
63842bf24SAlan Carew #define VM_POWER_CLI_H_
73842bf24SAlan Carew 
83842bf24SAlan Carew #ifdef __cplusplus
93842bf24SAlan Carew extern "C" {
103842bf24SAlan Carew #endif
113842bf24SAlan Carew 
123842bf24SAlan Carew void run_cli(__attribute__((unused)) void *arg);
133842bf24SAlan Carew 
143842bf24SAlan Carew #ifdef __cplusplus
153842bf24SAlan Carew }
163842bf24SAlan Carew #endif
173842bf24SAlan Carew 
183842bf24SAlan Carew #endif /* VM_POWER_CLI_H_ */
19