udf.h (556B)
1 /*! \file udf.h 2 * 3 * UDF headfiles to declare internal APIs for BCM56780_A0 device. 4 */ 5 /* 6 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 7 * 8 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 9 */ 10 #ifndef BCM56780_A0_LTSW_UDF_H 11 #define BCM56780_A0_LTSW_UDF_H 12 13 /*! 14 * \brief Initialize UDF module. 15 * 16 * \param [in] unit Unit number. 17 * 18 * \retval SHE_E_NONE No errors. 19 */ 20 extern int 21 bcm56780_a0_ltsw_udf_init(int unit); 22 23 24 #endif /* BCM56780_A0_LTSW_UDF_H */ 25