init.h (572B)
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: init.h 8 * Purpose: Extern declarations for DPP init routines. 9 */ 10 11 #ifndef _DIAG_DCMN_INIT_H 12 #define _DIAG_DCMN_INIT_H 13 14 #include <appl/diag/dcmn/init_deinit.h> 15 16 int appl_dpp_bcm_diag_init(int unit, appl_dcmn_init_param_t* init_param); 17 int appl_dpp_stk_diag_init(int unit); 18 int appl_dpp_cosq_diag_init(int unit); 19 20 #endif /* _DIAG_DCMN_INIT_H */