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