/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/vm_power_manager/vm_power_cli.h
18 строк
263 B
Thomas Monjalon
replace unused attributes
16 апр 2020, 19:30
16 апр 2020, 19:30
f2fc83b
Код
Авторство
О чём код?
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2014 Intel Corporation */ #ifndef VM_POWER_CLI_H_ #define VM_POWER_CLI_H_ #ifdef __cplusplus extern "C" { #endif void run_cli(void *arg); #ifdef __cplusplus } #endif #endif /* VM_POWER_CLI_H_ */