openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

dpp_eyescan.h (518B)


      1 /*
      2  * 
      3  *
      4  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      5  * 
      6  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      7  *
      8  * DPP H
      9  */
     10 #ifndef _BCM_INT_DPP_EYESCAN_H_
     11 #define _BCM_INT_DPP_EYESCAN_H_
     12 
     13 extern uint64* dpp_saved_counter_1[BCM_LOCAL_UNITS_MAX];
     14 extern uint64* dpp_saved_counter_2[BCM_LOCAL_UNITS_MAX];
     15 
     16 int bcm_dpp_eyescan_init(int unit);
     17 int bcm_dpp_eyescan_deinit(int unit);
     18 
     19 
     20 
     21   
     22 #endif /*_BCM_INT_DFE_EYESCAN_H_*/