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

rx.h (520B)


      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  * DNXF FABRIC H
      9  */
     10 #ifndef _BCM_INT_DNXF_RX_H_
     11 #define _BCM_INT_DNXF_RX_H_
     12 
     13 #ifndef BCM_DNXF_SUPPORT 
     14 #error "This file is for use by DNXF (Ramon) family only!" 
     15 #endif
     16 
     17 #include <sal/types.h>
     18 #include <bcm/types.h>
     19 
     20 
     21 int dnxf_rx_init(int unit);
     22 int dnxf_rx_deinit(int unit);
     23 
     24 #endif /*_BCM_INT_DNXF_RX_H_*/