1 /*
2  *
3  * @brief ecore_int_igu_enable_int - enable device interrupts
4  *
5  * @param p_hwfn
6  * @param p_ptt
7  */
8 void ecore_int_igu_enable_int(struct ecore_hwfn *p_hwfn,
9                   struct ecore_ptt *p_ptt);
10 
11 /*
12  *
13  * @brief ecore_int_igu_disable_int - disable device interrupts
14  *
15  * @param p_hwfn
16  * @param p_ptt
17  */
18 void ecore_int_igu_disable_int(struct ecore_hwfn *p_hwfn,
19                    struct ecore_ptt *p_ptt);
20