rx.h (413B)
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 * File: rx.h 8 * Purpose: rx activation header file. 9 */ 10 11 #ifndef _APPL_DCMN_RX_H 12 #define _APPL_DCMN_RX_H 13 14 int appl_dcmn_rx_activate(int unit, int packet_rx_cosq); 15 16 #endif /* _APPL_DCMN_RX_H */