qcacmn: Add API to support configuring external group interrupts
Added API to support configuring external group interrupts for AHB bus. Change-Id: If65984183db808e68dea680c585692e1533e4c7a CRs-Fixed: 2018655
This commit is contained in:

committed by
Sandeep Puligilla

parent
0bce0449f0
commit
61824944ab
@@ -261,6 +261,18 @@ void hif_dummy_irq_disable(struct hif_softc *hif_sc, int irq_id)
|
||||
*/
|
||||
void hif_dummy_grp_irq_disable(struct hif_softc *hif_sc, uint32_t grp_id)
|
||||
{}
|
||||
|
||||
/**
|
||||
* hif_dummy_grp_irq_configure - dummy call
|
||||
* hif_ctx: hif context
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
int hif_dummy_grp_irq_configure(struct hif_softc *hif_sc)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* hif_dummy_dump_registers - dummy call
|
||||
* hif_sc: hif context
|
||||
|
Reference in New Issue
Block a user