1 /*
2  *
3  * @brief ecore_int_igu_read_sisr_reg - Reads the single isr multiple dpc
4  *        register from igu.
5  *
6  * @param p_hwfn
7  *
8  * @return u64
9  */
10 u64 ecore_int_igu_read_sisr_reg(struct ecore_hwfn *p_hwfn);
11