instru_eventor.h (796B)
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 * This file contains dnxInstrumentation module definitions internal to the BCM library. 8 */ 9 10 #ifndef BCM_DNX_SUPPORT 11 #error "This file is for use by DNX (JR2) family only!" 12 #endif 13 14 #ifndef _INSTRU_EVENTOR_H_INCLUDED__ 15 #define _INSTRU_EVENTOR_H_INCLUDED__ 16 17 #include <bcm/types.h> 18 19 /** 20 * \brief 21 * Eventor init function. 22 * Used to init the Eventor block at startup 23 * \param [in] unit - 24 * The unit number. 25 * \return 26 * See \ref shr_error_e 27 * \remark 28 * None. 29 * \see 30 * None. 31 */ 32 shr_error_e dnx_instru_eventor_init( 33 int unit); 34 35 #endif /* _INSTRU_EVENTOR_H_INCLUDED__ */