f-stack/dpdk/examples/vm_power_manager/vm_power_cli.h

19 lines
263 B
C
Raw Normal View History

2019-06-25 11:12:58 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
2017-04-21 10:43:26 +00:00
*/
#ifndef VM_POWER_CLI_H_
#define VM_POWER_CLI_H_
#ifdef __cplusplus
extern "C" {
#endif
2021-02-05 08:48:47 +00:00
void run_cli(void *arg);
2017-04-21 10:43:26 +00:00
#ifdef __cplusplus
}
#endif
#endif /* VM_POWER_CLI_H_ */