feature.h (635B)
1 /*! \file feature.h 2 * 3 * LTSW feature header file. 4 * This file contains the definitions of feature. 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 BCM56780_A0_LTSW_FEATURE_H 13 #define BCM56780_A0_LTSW_FEATURE_H 14 15 /*! 16 * \brief Initialize features to be supported. 17 * 18 * \param [in] unit Unit Number. 19 * 20 * \retval SHR_E_NONE No errors. 21 * \retval !SHR_E_NONE Failure. 22 */ 23 extern int 24 bcm56780_a0_ltsw_feature_init(int unit); 25 26 #endif /* BCM56780_A0_LTSW_FEATURE_H */