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 (553B)


      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 _DPP_INTERRUPTS_HANDLER_H_
      9 #define _DPP_INTERRUPTS_HANDLER_H_
     10 
     11 #include <soc/dpp/ARAD/arad_interrupts.h>
     12 #include <appl/dcmn/interrupts/interrupt_handler.h>
     13 
     14 /*
     15 * fill common parameters 
     16 */
     17 int arad_interrupt_handler_init_cmn_param(int unit, interrupt_common_params_t* interrupt_common_params);
     18 
     19 #endif /*__DPP_INTERRUPTS_HANDLER_H_ */