]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/examples/vm_power_manager/vm_power_cli.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / examples / vm_power_manager / vm_power_cli.h
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
7c673cae
FG
3 */
4
5#ifndef VM_POWER_CLI_H_
6#define VM_POWER_CLI_H_
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12void run_cli(__attribute__((unused)) void *arg);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif /* VM_POWER_CLI_H_ */