agent-enviroments/builder/libs/seastar/dpdk/app/test-pmd/cmdline_cman.h
2024-09-10 17:06:08 +03:00

13 lines
338 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(C) 2022 Marvell International Ltd.
*/
#ifndef _CMDLINE_CMAN_H_
#define _CMDLINE_CMAN_H_
extern cmdline_parse_inst_t cmd_show_port_cman_capa;
extern cmdline_parse_inst_t cmd_show_port_cman_config;
extern cmdline_parse_inst_t cmd_set_port_cman_config;
#endif /* _CMDLINE_CMAN_H_ */