diag_mmu.h (498B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 6 * 7 * File: diag_mmu.h 8 * Purpose: 9 */ 10 11 #ifndef _DIAG_MMU_H_ 12 #define _DIAG_MMU_H_ 13 14 #include <appl/diag/shell.h> 15 #include <appl/diag/parse.h> 16 17 /* Functions */ 18 cmd_result_t cmd_dpp_diag_mmu(int unit, args_t* a); 19 20 void cmd_dpp_diag_mmu_usage(int unit); 21 22 #endif /* _DIAG_MMU_H_ */