init.h (592B)
1 /*! \file init.h 2 * 3 * Init header file. 4 * This file contains init definitions internal to the BCM library. 5 */ 6 /* 7 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 8 * 9 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 10 */ 11 12 #ifndef BCMI_LTSW_INIT_H 13 #define BCMI_LTSW_INIT_H 14 15 /*! 16 * \brief Indicate if the device is in bcm init stage or not. 17 * 18 * \param [in] unit Unit number 19 * 20 * \retval In bcm init stage or not. 21 */ 22 extern int 23 bcmi_ltsw_init_state_get(int unit); 24 25 #endif /* BCMI_LTSW_INIT_H */