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

interrupt_handler.h (503B)


      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 
      8 #ifndef _DFE_INTERRUPTS_HANDLER_H_
      9 #define _DFE_INTERRUPTS_HANDLER_H_
     10 
     11 #include <appl/dcmn/interrupts/interrupt_handler.h>
     12 
     13 /*
     14 * fill common parameters 
     15 */
     16 int fe1600_interrupt_handler_init_cmn_param(int unit, interrupt_common_params_t* common_params);
     17 
     18 #endif /*__DFE_INTERRUPTS_HANDLER_H_ */