pvt.h (755B)
1 /** \file bcm_int/dnx/pvt/pvt.h 2 * 3 * Internal DNX PVT APIs 4 * 5 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 6 * 7 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 8 */ 9 10 #ifndef PVT_H_INCLUDED 11 /* { */ 12 #define PVT_H_INCLUDED 13 14 #ifndef BCM_DNX_SUPPORT 15 #error "This file is for use by DNX (JR2) family only!" 16 #endif 17 18 /* 19 * Include files. 20 * { 21 */ 22 23 /* 24 * } 25 */ 26 27 /* 28 * DEFINES 29 * { 30 */ 31 32 /* 33 * } 34 */ 35 36 /** 37 * \brief 38 * Initialize PVT monitor module. 39 * 40 * \param [in] unit - 41 * The unit number. 42 * \return 43 * See \ref shr_error_e 44 * \remark 45 * * None 46 * \see 47 * * None 48 */ 49 shr_error_e dnx_pvt_mon_init( 50 int unit); 51 52 /* } */ 53 #endif /* PVT_H_INCLUDED */