xref: /dpdk/app/test-pmd/cmdline_cman.h (revision 40aec5241ebd8fce06ff2c2ecca528a36001062b)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2022 Marvell International Ltd.
3  */
4 
5 #ifndef _CMDLINE_CMAN_H_
6 #define _CMDLINE_CMAN_H_
7 
8 extern cmdline_parse_inst_t cmd_show_port_cman_capa;
9 extern cmdline_parse_inst_t cmd_show_port_cman_config;
10 extern cmdline_parse_inst_t cmd_set_port_cman_config;
11 
12 #endif /* _CMDLINE_CMAN_H_ */
13