dfe_eyescan.h (408B)
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 * DFE FABRIC H 9 */ 10 #ifndef _BCM_INT_DFE_EYESCAN_H_ 11 #define _BCM_INT_DFE_EYESCAN_H_ 12 13 14 int bcm_dfe_eyescan_init(int unit); 15 int bcm_dfe_eyescan_deinit(int unit); 16 17 #endif /*_BCM_INT_DFE_EYESCAN_H_*/