rx.h (398B)
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_RX_H_ 11 #define _BCM_INT_DFE_RX_H_ 12 13 #include <sal/types.h> 14 #include <bcm/types.h> 15 16 17 int _bcm_dfe_rx_deinit(int unit); 18 19 #endif /*_BCM_INT_DFE_RX_H_*/